summaryrefslogtreecommitdiff
path: root/tests/errors/e_int_literals_py2.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors/e_int_literals_py2.py')
-rw-r--r--tests/errors/e_int_literals_py2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errors/e_int_literals_py2.py b/tests/errors/e_int_literals_py2.py
index 9eef36673..750214e5e 100644
--- a/tests/errors/e_int_literals_py2.py
+++ b/tests/errors/e_int_literals_py2.py
@@ -3,7 +3,7 @@
def int_literals():
a = 1L # ok
- b = 10000000000000L # ok
+ b = 10000000000000L # ok
c = 1UL
d = 10000000000000UL
e = 10000000000000LL