From: Jeremy Hylton Date: Wed, 28 Feb 2001 23:24:22 +0000 (+0000) Subject: update output to reflect exception that is now raised X-Git-Tag: v2.1b1~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42efed0fc3533a43746fd4f2cc4046762c6c9242;p=thirdparty%2FPython%2Fcpython.git update output to reflect exception that is now raised --- diff --git a/Lib/test/output/test_global b/Lib/test/output/test_global index 8208920cb532..0c96cfa5dbc8 100644 --- a/Lib/test/output/test_global +++ b/Lib/test/output/test_global @@ -1,4 +1,4 @@ test_global -got SyntaxWarning as expected -got SyntaxWarning as expected -got SyntaxWarning as expected +got SyntaxError as expected +got SyntaxError as expected +got SyntaxError as expected