From a64436e8538b4d95587b15a5cfa97093c8814db8 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 15 Aug 2000 15:51:18 +0000 Subject: [PATCH] Update test output to reflect change in SyntaxError formatting. This closes SourceForge bug #110628 (Jitterbug PR#278). --- Lib/test/output/test_longexp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/output/test_longexp b/Lib/test/output/test_longexp index 73a101d6bea..392707c4aca 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)