diff options
Diffstat (limited to 'tests/feature_check')
| -rw-r--r-- | tests/feature_check/int_big.py | 2 | ||||
| -rw-r--r-- | tests/feature_check/int_big.py.exp | 1 |
2 files changed, 2 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) diff --git a/tests/feature_check/int_big.py.exp b/tests/feature_check/int_big.py.exp index e69de29bb..9dfe3354d 100644 --- a/tests/feature_check/int_big.py.exp +++ b/tests/feature_check/int_big.py.exp @@ -0,0 +1 @@ +1000000000000000000000000000000000000000000000 |
