summaryrefslogtreecommitdiff
path: root/tests/bytecode/mp-tests/tuple3.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bytecode/mp-tests/tuple3.py')
-rw-r--r--tests/bytecode/mp-tests/tuple3.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/bytecode/mp-tests/tuple3.py b/tests/bytecode/mp-tests/tuple3.py
deleted file mode 100644
index 29ddd86d0..000000000
--- a/tests/bytecode/mp-tests/tuple3.py
+++ /dev/null
@@ -1,4 +0,0 @@
-def f(x):
- return x, x + 1
-for a in b, c:
- f(a)