diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-02-28 23:24:22 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-02-28 23:24:22 (GMT) |
commit | 42efed0fc3533a43746fd4f2cc4046762c6c9242 (patch) | |
tree | c0edceb2377ed81949961f708a2d4bfae3c8c95f | |
parent | 0b7c4f2dea5f2eb8fa46328550edbbe240b2af8f (diff) | |
download | cpython-42efed0fc3533a43746fd4f2cc4046762c6c9242.zip cpython-42efed0fc3533a43746fd4f2cc4046762c6c9242.tar.gz cpython-42efed0fc3533a43746fd4f2cc4046762c6c9242.tar.bz2 |
update output to reflect exception that is now raised
-rw-r--r-- | Lib/test/output/test_global | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/output/test_global b/Lib/test/output/test_global index 8208920..0c96cfa 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 |