summaryrefslogtreecommitdiffstatshomepage
path: root/tests/bytecode/mp-tests/scope6.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bytecode/mp-tests/scope6.py')
-rw-r--r--tests/bytecode/mp-tests/scope6.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/bytecode/mp-tests/scope6.py b/tests/bytecode/mp-tests/scope6.py
deleted file mode 100644
index 4848378887..0000000000
--- a/tests/bytecode/mp-tests/scope6.py
+++ /dev/null
@@ -1,7 +0,0 @@
-# closed over variable 2 deep
-
-def f():
- x = 1
- def g():
- def h():
- return 1 + x