summaryrefslogtreecommitdiff
path: root/pylint/test/input/func_noerror_crash_122793.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/input/func_noerror_crash_122793.py')
-rw-r--r--pylint/test/input/func_noerror_crash_122793.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/pylint/test/input/func_noerror_crash_122793.py b/pylint/test/input/func_noerror_crash_122793.py
deleted file mode 100644
index 71c138a..0000000
--- a/pylint/test/input/func_noerror_crash_122793.py
+++ /dev/null
@@ -1,8 +0,0 @@
-"""https://www.logilab.org/ticket/122793"""
-
-def gen():
- """dumb generator"""
- yield
-
-GEN = gen()
-next(GEN)