summaryrefslogtreecommitdiff
path: root/tests/input
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-09 20:32:19 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-14 19:48:30 +0100
commitd361b80acb0b4ba07c9586840847f8c3ac668568 (patch)
tree5693b6d7a9e4ca992e2318046c880b30db5bad9e /tests/input
parent55a1991d8a694bd70e38bd49bc8d69075660ee64 (diff)
downloadpylint-git-d361b80acb0b4ba07c9586840847f8c3ac668568.tar.gz
Migrate nonregr___file___global.py to new functional tests
Diffstat (limited to 'tests/input')
-rw-r--r--tests/input/func_nonregr___file___global.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/input/func_nonregr___file___global.py b/tests/input/func_nonregr___file___global.py
deleted file mode 100644
index 910033c4a..000000000
--- a/tests/input/func_nonregr___file___global.py
+++ /dev/null
@@ -1,8 +0,0 @@
-"""test no crash on __file__ global"""
-
-def func():
- """override __file__"""
- global __file__
- __file__ = 'hop'
-
-__revision__ = 'pouet'