diff options
author | Fred Drake <fdrake@acm.org> | 2000-08-15 15:51:18 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-08-15 15:51:18 +0000 |
commit | a64436e8538b4d95587b15a5cfa97093c8814db8 (patch) | |
tree | 631cc94ff3f7e69f905ff7ddf44a9567d8095a8e | |
parent | dcf08e0dfe1a0c7886c59cb19b5d7cd50732cacc (diff) | |
download | cpython-git-a64436e8538b4d95587b15a5cfa97093c8814db8.tar.gz |
Update test output to reflect change in SyntaxError formatting.
This closes SourceForge bug #110628 (Jitterbug PR#278).
-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 73a101d6be..392707c4ac 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) |