summaryrefslogtreecommitdiffstatshomepage
path: root/tests/bytecode/mp-tests/class7.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bytecode/mp-tests/class7.py')
-rw-r--r--tests/bytecode/mp-tests/class7.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/bytecode/mp-tests/class7.py b/tests/bytecode/mp-tests/class7.py
deleted file mode 100644
index 3de41dbb52..0000000000
--- a/tests/bytecode/mp-tests/class7.py
+++ /dev/null
@@ -1,6 +0,0 @@
-# accessing super, but not as a function call
-
-class A:
- def f():
- #x = super
- print(super)