diff options
Diffstat (limited to 'Lib/test/test_opcodes.py')
-rw-r--r-- | Lib/test/test_opcodes.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_opcodes.py b/Lib/test/test_opcodes.py index 41f1b8f..4cc6ee9 100644 --- a/Lib/test/test_opcodes.py +++ b/Lib/test/test_opcodes.py @@ -14,7 +14,6 @@ for i in range(10): except NameError: pass except ZeroDivisionError: pass except TypeError: pass - finally: pass try: pass except: pass try: pass |