blueloveTH 2 年 前
コミット
cc076bbc00
1 ファイル変更1 行追加1 行削除
  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)