diff options
Diffstat (limited to 'tests/bytecode/mp-tests/compare1.py')
-rw-r--r-- | tests/bytecode/mp-tests/compare1.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/bytecode/mp-tests/compare1.py b/tests/bytecode/mp-tests/compare1.py deleted file mode 100644 index 32ba43e3b..000000000 --- a/tests/bytecode/mp-tests/compare1.py +++ /dev/null @@ -1,8 +0,0 @@ -if 1 <= x <= 5: - f() - -if 1 <= x <= y <= 7: - f() - -if a < b > c in l != c is not d: - f() |