diff options
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0002 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/stdout/0002 b/test/stdout/0002 index 35f1bb99b..1cf6a5b84 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -260,9 +260,11 @@ > # Numeric overflow > # >32b should work, >64b not > -> 4096M y -> 4096000000 y -> 4611686018427387904 y +> 1 > 2047M n +> 1 > 2048M n +> 1 > 4096000000 n +> 1 > 4096M n +> 1 > 4611686018427387904 n > Failed: absolute value of integer "46116860184273879040" is too large (overflow) > > # Conditions |