File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class LlvmLibcNanTest : public LIBC_NAMESPACE::testing::FEnvSafeTest {
23
23
auto actual_fp = LIBC_NAMESPACE::fputil::FPBits<double >(result);
24
24
auto expected_fp = LIBC_NAMESPACE::fputil::FPBits<double >(bits);
25
25
EXPECT_EQ (actual_fp.uintval (), expected_fp.uintval ());
26
- };
26
+ }
27
27
};
28
28
29
29
TEST_F (LlvmLibcNanTest, NCharSeq) {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class LlvmLibcNanfTest : public LIBC_NAMESPACE::testing::FEnvSafeTest {
23
23
auto actual_fp = LIBC_NAMESPACE::fputil::FPBits<float >(result);
24
24
auto expected_fp = LIBC_NAMESPACE::fputil::FPBits<float >(bits);
25
25
EXPECT_EQ (actual_fp.uintval (), expected_fp.uintval ());
26
- };
26
+ }
27
27
};
28
28
29
29
TEST_F (LlvmLibcNanfTest, NCharSeq) {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class LlvmLibcNanlTest : public LIBC_NAMESPACE::testing::FEnvSafeTest {
33
33
auto actual_fp = LIBC_NAMESPACE::fputil::FPBits<long double >(result);
34
34
auto expected_fp = LIBC_NAMESPACE::fputil::FPBits<long double >(bits);
35
35
EXPECT_EQ (actual_fp.uintval (), expected_fp.uintval ());
36
- };
36
+ }
37
37
};
38
38
39
39
TEST_F (LlvmLibcNanlTest, NCharSeq) {
You can’t perform that action at this time.
0 commit comments