diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basics/int-small.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basics/int-small.py b/tests/basics/int-small.py index be338c4a4c..53902c7e39 100644 --- a/tests/basics/int-small.py +++ b/tests/basics/int-small.py @@ -1,4 +1,4 @@ -# This test small int range for 32-bit machine +# This tests small int range for 32-bit machine a = 0x3fffff print(a) |