Skip to content

Commit 4d2ec1e

Browse files
committed
more nit.
1 parent e02e52f commit 4d2ec1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/test/shared/shared_math_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ TEST(LlvmLibcSharedMathTest, AllDouble) {
6161
TEST(LlvmLibcSharedMathTest, AllFloat128) {
6262
int exponent;
6363

64-
EXPECT_FP_EQ_ALL_ROUNDING(
65-
float128(0.75), LIBC_NAMESPACE::shared::frexpf128(24.0f, &exponent));
64+
EXPECT_FP_EQ_ALL_ROUNDING(float128(0.75), LIBC_NAMESPACE::shared::frexpf128(
65+
float128(24), &exponent));
6666
EXPECT_EQ(exponent, 5);
6767

6868
ASSERT_FP_EQ(float128(8 << 5),

0 commit comments

Comments
 (0)