summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-02-28 23:49:19 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-02-28 23:49:19 (GMT)
commit2922ea8235c183cb35c3415b5888967af55812fa (patch)
tree42e315ecc3ff6956756ccbaff13a9b0dfebabe47 /Lib/test/output
parent3dd5ad3b4f1e7be153d272a2ac3848028a6c306b (diff)
downloadcpython-2922ea8235c183cb35c3415b5888967af55812fa.zip
cpython-2922ea8235c183cb35c3415b5888967af55812fa.tar.gz
cpython-2922ea8235c183cb35c3415b5888967af55812fa.tar.bz2
Add test case for global stmt at module level.
Fix test_grammar so that it ignores warning about global stmt at module level in exec.
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_global1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_global b/Lib/test/output/test_global
index 0c96cfa..ba92813 100644
--- a/Lib/test/output/test_global
+++ b/Lib/test/output/test_global
@@ -2,3 +2,4 @@ test_global
got SyntaxError as expected
got SyntaxError as expected
got SyntaxError as expected
+got SyntaxError as expected