We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a486c50 commit 3778fc3Copy full SHA for 3778fc3
libc/test/src/math/smoke/atanhf_test.cpp
@@ -27,7 +27,7 @@ TEST_F(LlvmLibcAtanhfTest, SpecialNumbers) {
27
EXPECT_FP_EQ_ALL_ROUNDING(aNaN, LIBC_NAMESPACE::atanhf(aNaN));
28
// TODO: Uncomment these checks later, RoundingMode affects running
29
// tests in this way.
30
- // EXPECT_FP_EXCEPTION(0);
+ // EXPECT_FP_EXCEPTION(0);
31
EXPECT_MATH_ERRNO(0);
32
33
LIBC_NAMESPACE::fputil::clear_except(FE_ALL_EXCEPT);
0 commit comments