diff options
Diffstat (limited to 'Lib/test/test_longexp.py')
-rw-r--r-- | Lib/test/test_longexp.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_longexp.py b/Lib/test/test_longexp.py index 2d57285df5..243b28a38b 100644 --- a/Lib/test/test_longexp.py +++ b/Lib/test/test_longexp.py @@ -1,4 +1,4 @@ REPS = 65580 -l = eval("[" + "2," * REPS + "]") -print len(l) +l = eval("[" + "2," * REPS + "]") +print len(l) |