diff options
Diffstat (limited to 'tests/bytecode/mp-tests/try5.py')
-rw-r--r-- | tests/bytecode/mp-tests/try5.py | 8 |
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() |