ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/RecursiveTaskTest.java
(Generate patch)

Comparing jsr166/src/test/tck/RecursiveTaskTest.java (file contents):
Revision 1.37 by jsr166, Sat Oct 21 06:48:13 2017 UTC vs.
Revision 1.38 by jsr166, Wed Nov 8 02:21:43 2017 UTC

# Line 95 | Line 95 | public class RecursiveTaskTest extends J
95          try {
96              assertSame(expected, a.get());
97              assertSame(expected, a.get(randomTimeout(), randomTimeUnit()));
98 <        } catch (Exception fail) { threadUnexpectedException(fail); }
98 >        } catch (Throwable fail) { threadUnexpectedException(fail); }
99      }
100  
101      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines