summaryrefslogtreecommitdiffstatshomepage
path: root/tests/bytecode/mp-tests/try5.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bytecode/mp-tests/try5.py')
-rw-r--r--tests/bytecode/mp-tests/try5.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/bytecode/mp-tests/try5.py b/tests/bytecode/mp-tests/try5.py
deleted file mode 100644
index 7ba7949125..0000000000
--- a/tests/bytecode/mp-tests/try5.py
+++ /dev/null
@@ -1,8 +0,0 @@
-try:
- f()
-except A:
- g()
-except B as b:
- h()
-finally:
- i()