summaryrefslogtreecommitdiff
path: root/tests/bytecode/mp-tests/if3.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bytecode/mp-tests/if3.py')
-rw-r--r--tests/bytecode/mp-tests/if3.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/bytecode/mp-tests/if3.py b/tests/bytecode/mp-tests/if3.py
deleted file mode 100644
index bd01514d6..000000000
--- a/tests/bytecode/mp-tests/if3.py
+++ /dev/null
@@ -1,6 +0,0 @@
-if a and b:
- f()
-if a or b:
- f()
-if a and (b or c):
- f()