Update Test (EXPECT_EQ and friends) to accept __uint128_t and floating point types...
authorTue Ly <lntue@google.com>
Thu, 16 Jul 2020 06:29:08 +0000 (02:29 -0400)
committerTue Ly <lntue@google.com>
Tue, 21 Jul 2020 20:50:45 +0000 (16:50 -0400)
commite138ad41e0e6609bf77df4859de1e3ac3d19c466
tree52c9d7136cc195398c046980c9f95efde6211145
parent2892bec5bcd0b399dc885f3b05cdbe2578270715
Update Test (EXPECT_EQ and friends) to accept __uint128_t and floating point types (float, double, long double).

Summary: Update Test (EXPECT_EQ and friends) to accept __uint128_t and floating point types (float, double, long double).

Reviewers: sivachandra

Subscribers: mgorny, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D83931
libc/utils/CPP/TypeTraits.h
libc/utils/UnitTest/Test.cpp
libc/utils/UnitTest/Test.h