diff --git a/tests/04_str.py b/tests/04_str.py index a1e9c8ce..2db6a1e8 100644 --- a/tests/04_str.py +++ b/tests/04_str.py @@ -222,4 +222,4 @@ test(0, 100) test(0, 100000) test(-100, 100) test(-100000, 100000) -test(-2**60, 2**60) +test(-2**30, 2**30)