summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-08-15 15:51:18 (GMT)
committerFred Drake <fdrake@acm.org>2000-08-15 15:51:18 (GMT)
commita64436e8538b4d95587b15a5cfa97093c8814db8 (patch)
tree631cc94ff3f7e69f905ff7ddf44a9567d8095a8e /Lib
parentdcf08e0dfe1a0c7886c59cb19b5d7cd50732cacc (diff)
downloadcpython-a64436e8538b4d95587b15a5cfa97093c8814db8.zip
cpython-a64436e8538b4d95587b15a5cfa97093c8814db8.tar.gz
cpython-a64436e8538b4d95587b15a5cfa97093c8814db8.tar.bz2
Update test output to reflect change in SyntaxError formatting.
This closes SourceForge bug #110628 (Jitterbug PR#278).
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/output/test_longexp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/output/test_longexp b/Lib/test/output/test_longexp
index 73a101d..392707c 100644
--- a/Lib/test/output/test_longexp
+++ b/Lib/test/output/test_longexp
@@ -1,2 +1,2 @@
test_longexp
-Caught SyntaxError for long expression: expression too long
+Caught SyntaxError for long expression: expression too long (line 1)