Skip to content

Commit 391111f

Browse files
committed
fix: typo POS_{START,STOP} -> NEG_{START,STOP}
Signed-off-by: Krishna Pandey <[email protected]>
1 parent d8c8870 commit 391111f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/math/exhaustive/fmodbf16_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ TEST_F(LlvmLibcFmodf16ExhaustiveTest, NegativePositiveRange) {
3838
}
3939

4040
TEST_F(LlvmLibcFmodf16ExhaustiveTest, NegativeNegativeRange) {
41-
test_full_range_all_roundings(NEG_START, NEG_STOP, POS_START, POS_STOP);
41+
test_full_range_all_roundings(NEG_START, NEG_STOP, NEG_START, NEG_STOP);
4242
}

0 commit comments

Comments
 (0)