blueloveTH hace 2 años
padre
commit
cc076bbc00
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/04_str.py

+ 1 - 1
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)