summaryrefslogtreecommitdiff
path: root/pylint/test/regrtest_data/module_global.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/regrtest_data/module_global.py')
-rw-r--r--pylint/test/regrtest_data/module_global.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/pylint/test/regrtest_data/module_global.py b/pylint/test/regrtest_data/module_global.py
deleted file mode 100644
index 107d65289..000000000
--- a/pylint/test/regrtest_data/module_global.py
+++ /dev/null
@@ -1,7 +0,0 @@
-# pylint: disable=W0603,W0601,W0604,E0602,W0104
-"""was causing infinite recursion
-"""
-__revision__ = 1
-
-global GLOBAL_VAR
-GLOBAL_VAR.foo