summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_long.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_long.py')
-rw-r--r--Lib/test/test_long.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_long.py b/Lib/test/test_long.py
index 573ef75..5e98225 100644
--- a/Lib/test/test_long.py
+++ b/Lib/test/test_long.py
@@ -326,7 +326,7 @@ def test_auto_overflow():
pass
else:
raise TestFailed("pow%r should have raised "
- "TypeError" % ((longx, longy, long(z))))
+ "TypeError" % ((longx, longy, long(z)),))
# ---------------------------------------- tests of long->float overflow