From 8c290f56bf5fe858e05eabc1e129a0e2a2df2d7b Mon Sep 17 00:00:00 2001 From: Stefan Zager Date: Thu, 7 Apr 2011 05:22:52 +0000 Subject: [PATCH] Previous commit inadvertantly hosed this test; restored it. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12614 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/python/threads_exception_runme.py | 1 - 1 file changed, 1 deletion(-) 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