mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 08:57:43 +08:00
[libc][NFC] Fix a typo in test/src/stdfix/RoundTest.h. (#84411)
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
|
||||
void testSpecialNumbers(RoundFunc func) {
|
||||
EXPECT_EQ(zero, func(zero, FXRep::FRACTION_LEN - 5));
|
||||
EXPECT_EQ(max, func(min, 0));
|
||||
EXPECT_EQ(min, func(min, 0));
|
||||
EXPECT_EQ(max, func(max, FXRep::FRACTION_LEN));
|
||||
|
||||
EXPECT_EQ(one, func(half, 0));
|
||||
|
||||
Reference in New Issue
Block a user