summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-01-14 18:52:06 (GMT)
committerGuido van Rossum <guido@python.org>2007-01-14 18:52:06 (GMT)
commit65eabe30e4f3841a32383d9e3dda76573c2b8934 (patch)
treeb440733d06e9fcdc145f1084e579d2322a430ea5 /Lib/test
parent56be3b1cdc08197bfab409e2649d48067953da69 (diff)
downloadcpython-65eabe30e4f3841a32383d9e3dda76573c2b8934.zip
cpython-65eabe30e4f3841a32383d9e3dda76573c2b8934.tar.gz
cpython-65eabe30e4f3841a32383d9e3dda76573c2b8934.tar.bz2
One more test breakage hits the dust. The test was clearly in the wrong.
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_format.py b/Lib/test/test_format.py
index ace3bc9..fc8a5a1 100644
--- a/Lib/test/test_format.py
+++ b/Lib/test/test_format.py
@@ -236,7 +236,7 @@ class Foobar(long):
return self + 1
test_exc('%o', Foobar(), TypeError,
- "expected string or Unicode object, long found")
+ "expected string or Unicode object, int found")
if sys.maxint == 2**31-1:
# crashes 2.2.1 and earlier: