From 42efed0fc3533a43746fd4f2cc4046762c6c9242 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Wed, 28 Feb 2001 23:24:22 +0000 Subject: [PATCH] update output to reflect exception that is now raised --- Lib/test/output/test_global | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Lib/test/output/test_global b/Lib/test/output/test_global index 8208920cb53..0c96cfa5dbc 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