Quite down some FutureWarnings.
diff --git a/Lib/test/tokenize_tests.py b/Lib/test/tokenize_tests.py
index e990a36..2e55fb3 100644
--- a/Lib/test/tokenize_tests.py
+++ b/Lib/test/tokenize_tests.py
@@ -39,9 +39,9 @@
 0xff <> 255
 0377 <> 255
 2147483647   != 017777777777
--2147483647-1 != 020000000000
-037777777777 != -1
-0xffffffff != -1
+-2147483647-1 != 020000000000L
+037777777777L != -1
+0xffffffffL != -1
 
 # Long integers
 x = 0L