fix cases

This commit is contained in:
blueloveTH 2024-02-05 15:57:36 +08:00
parent c154d40da6
commit cc076bbc00

View File

@ -222,4 +222,4 @@ test(0, 100)
test(0, 100000) test(0, 100000)
test(-100, 100) test(-100, 100)
test(-100000, 100000) test(-100000, 100000)
test(-2**60, 2**60) test(-2**30, 2**30)