Skip to content

Commit c47108f

Browse files
committed
TEST: fixed test for Oldes/Rebol-issues#1775
1 parent c5e33ff commit c47108f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/units/decimal-test.r3

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Rebol [
9090
--assert not odd? -2.0
9191
--assert not odd? 1.7976931348623157e308
9292
--assert not odd? -1.7976931348623157e308
93-
--assert odd? 1000000000.0
94-
--assert odd? 10000000000.0
93+
--assert not odd? 1000000000.0
94+
--assert not odd? 10000000000.0
9595
===end-group===
9696

9797
===start-group=== "to-degrees & to-radians"

0 commit comments

Comments
 (0)