aboutsummaryrefslogtreecommitdiff
path: root/tests/bytecode/mp-tests/list2.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bytecode/mp-tests/list2.py')
-rw-r--r--tests/bytecode/mp-tests/list2.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/bytecode/mp-tests/list2.py b/tests/bytecode/mp-tests/list2.py
deleted file mode 100644
index 90b21184d..000000000
--- a/tests/bytecode/mp-tests/list2.py
+++ /dev/null
@@ -1,8 +0,0 @@
-x = [()]
-x = [(a)]
-x = [(a,)]
-x = [(a)]
-x = [(a,)]
-x = [a, b]
-x = [(a, b)]
-x = [(a, b, c)]