From cc076bbc002488dd4e80133e01bc974aa040e37f Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Mon, 5 Feb 2024 15:57:36 +0800 Subject: [PATCH] fix cases --- tests/04_str.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)