summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/03_stdlib/08_int
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom/03_stdlib/08_int')
-rw-r--r--tests/custom/03_stdlib/08_int8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/custom/03_stdlib/08_int b/tests/custom/03_stdlib/08_int
index a6b5923..12db299 100644
--- a/tests/custom/03_stdlib/08_int
+++ b/tests/custom/03_stdlib/08_int
@@ -30,13 +30,13 @@ Returns `NaN` if the conversion result is out of range.
0,
123,
456,
- 0,
- "NaN",
"NaN",
- 4096,
"NaN",
- 127,
"NaN",
+ 0,
+ 0,
+ 177,
+ 145,
-96
]
-- End --