diff options
author | Fred Drake <fdrake@acm.org> | 2000-08-15 15:51:18 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-08-15 15:51:18 (GMT) |
commit | a64436e8538b4d95587b15a5cfa97093c8814db8 (patch) | |
tree | 631cc94ff3f7e69f905ff7ddf44a9567d8095a8e /Lib | |
parent | dcf08e0dfe1a0c7886c59cb19b5d7cd50732cacc (diff) | |
download | cpython-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_longexp | 2 |
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) |