Skip to content

Commit c7f1f4f

Browse files
committed
[libc][math][c23] Update range.
1 parent c7e5578 commit c7f1f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/math/acoshf16_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ using LlvmLibcAcoshf16Test = LIBC_NAMESPACE::testing::FPTest<float16>;
1717
namespace mpfr = LIBC_NAMESPACE::testing::mpfr;
1818

1919
static constexpr uint16_t START = 0x3c00U;
20-
static constexpr uint16_t STOP = 0x7bffU;
20+
static constexpr uint16_t STOP = 0x7c00;
2121

2222
TEST_F(LlvmLibcAcoshf16Test, PositiveRange) {
2323
for (uint16_t v = START; v <= STOP; ++v) {

0 commit comments

Comments
 (0)