diff options
Diffstat (limited to 'tests/bytecode/mp-tests/const1.py')
-rw-r--r-- | tests/bytecode/mp-tests/const1.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/bytecode/mp-tests/const1.py b/tests/bytecode/mp-tests/const1.py deleted file mode 100644 index 545b33434..000000000 --- a/tests/bytecode/mp-tests/const1.py +++ /dev/null @@ -1,9 +0,0 @@ -x = 1 -#x = 1.2 -#x = 1.2e5 -#x = 1.2e+5 -#x = 1.2e-5 -x = () -x = (1,) -x = (1,2) -x = ('a',None,3) |