diff options
Diffstat (limited to 'tests/bytecode/mp-tests/list1.py')
-rw-r--r-- | tests/bytecode/mp-tests/list1.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/bytecode/mp-tests/list1.py b/tests/bytecode/mp-tests/list1.py deleted file mode 100644 index e2a1a3e9fa..0000000000 --- a/tests/bytecode/mp-tests/list1.py +++ /dev/null @@ -1,8 +0,0 @@ -x = [] -x = [1] -x = [1,] # not implemented -x = [1, 2] -x = [1, 2,] -x = [1, 2, 3] -x = [1, 2, 3, 4] -x = [1, 2, 3, 4, 5] |