diff options
Diffstat (limited to 'tests/feature_check/int_big.py')
| -rw-r--r-- | tests/feature_check/int_big.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/feature_check/int_big.py b/tests/feature_check/int_big.py index 8b82814ae..f30285a98 100644 --- a/tests/feature_check/int_big.py +++ b/tests/feature_check/int_big.py @@ -1,2 +1,2 @@ # Check whether arbitrary-precision integers (MPZ) are supported -1000000000000000000000000000000000000000000000 +print(1000000000000000000000000000000000000000000000) |
