diff --git a/Examples/test-suite/python/threads_exception_runme.py b/Examples/test-suite/python/threads_exception_runme.py index 56fe4fd78..f9b0fddc0 100644 --- a/Examples/test-suite/python/threads_exception_runme.py +++ b/Examples/test-suite/python/threads_exception_runme.py @@ -22,7 +22,6 @@ except RuntimeError,e: # Throwing builtin classes as exceptions not supported try: t.hosed() - pass except threads_exception.Exc,e: if e.code != 42: raise RuntimeError