summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-02-28 01:51:01 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-02-28 01:51:01 (GMT)
commit8e43cd79293d70ddb6728ef90335e442d96ce038 (patch)
tree6cacd9efabf15eddaccbdbdfd86214efe7da38d4 /Lib/test/output
parentff443a51ebdb290fb329213e887eda54a2eaad62 (diff)
downloadcpython-8e43cd79293d70ddb6728ef90335e442d96ce038.zip
cpython-8e43cd79293d70ddb6728ef90335e442d96ce038.tar.gz
cpython-8e43cd79293d70ddb6728ef90335e442d96ce038.tar.bz2
verify that warnings are issued for bogus uses of global
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_global4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/output/test_global b/Lib/test/output/test_global
new file mode 100644
index 0000000..8208920
--- /dev/null
+++ b/Lib/test/output/test_global
@@ -0,0 +1,4 @@
+test_global
+got SyntaxWarning as expected
+got SyntaxWarning as expected
+got SyntaxWarning as expected