--- jsr166/src/test/tck/JSR166TestCase.java 2009/07/31 23:37:31 1.33 +++ jsr166/src/test/tck/JSR166TestCase.java 2009/07/31 23:53:23 1.34 @@ -288,13 +288,13 @@ public class JSR166TestCase extends Test * threadFail with message "should throw exception" */ public void threadShouldThrow() { - try { - threadFailed = true; - fail("should throw exception"); - } catch (AssertionFailedError e) { - e.printStackTrace(); - throw e; - } + try { + threadFailed = true; + fail("should throw exception"); + } catch (AssertionFailedError e) { + e.printStackTrace(); + throw e; + } } /**