Skip to content

Commit 3778fc3

Browse files
committed
formatting
1 parent a486c50 commit 3778fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/math/smoke/atanhf_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ TEST_F(LlvmLibcAtanhfTest, SpecialNumbers) {
2727
EXPECT_FP_EQ_ALL_ROUNDING(aNaN, LIBC_NAMESPACE::atanhf(aNaN));
2828
// TODO: Uncomment these checks later, RoundingMode affects running
2929
// tests in this way.
30-
// EXPECT_FP_EXCEPTION(0);
30+
// EXPECT_FP_EXCEPTION(0);
3131
EXPECT_MATH_ERRNO(0);
3232

3333
LIBC_NAMESPACE::fputil::clear_except(FE_ALL_EXCEPT);

0 commit comments

Comments
 (0)