--- jsr166/src/test/tck/JSR166TestCase.java 2009/11/26 15:42:15 1.45 +++ jsr166/src/test/tck/JSR166TestCase.java 2009/12/01 05:41:40 1.46 @@ -456,7 +456,6 @@ public class JSR166TestCase extends Test try { realRun(); threadShouldThrow(exceptionClass.getSimpleName()); - } catch (InterruptedException success) { } catch (Throwable t) { if (! exceptionClass.isInstance(t)) threadUnexpectedException(t); @@ -477,7 +476,6 @@ public class JSR166TestCase extends Test try { realRun(); threadShouldThrow(exceptionClass.getSimpleName()); - } catch (InterruptedException success) { } catch (Throwable t) { if (! exceptionClass.isInstance(t)) threadUnexpectedException(t);