Skip to content

Commit 779d7ed

Browse files
committed
fix warning in tests
1 parent 35a4a27 commit 779d7ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • test/standalone/libcxx_cmath/src

test/standalone/libcxx_cmath/src/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ int run_tests() {
2020
const long double pos_pi = bit_cast<long double>(UINT64_C(0x400921FB54442D18));
2121
const long double neg_pi = bit_cast<long double>(UINT64_C(0xC00921FB54442D18));
2222
const long double pos_inf = bit_cast<long double>(UINT64_C(0x7FF0000000000000));
23-
const long double neg_nan = bit_cast<long double>(UINT64_C(0xFFF8000000001234));
2423

2524
C((bit_cast<std::uint64_t>(std::numbers::pi_v<long double>) == UINT64_C(0x400921FB54442D18)));
2625
C((bit_cast<std::uint64_t>(std::numbers::e_v<long double>) == UINT64_C(0x4005BF0A8B145769)));

0 commit comments

Comments
 (0)