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

Comparing jsr166/src/test/tck/CountedCompleterTest.java (file contents):
Revision 1.16 by jsr166, Wed Dec 31 19:05:42 2014 UTC vs.
Revision 1.17 by jsr166, Fri Feb 27 21:43:18 2015 UTC

# Line 198 | Line 198 | public class CountedCompleterTest extend
198          try {
199              a.invoke();
200              shouldThrow();
201 <        } catch (Throwable ex) {
202 <            assertSame(t, ex);
201 >        } catch (Throwable success) {
202 >            assertSame(t, success);
203          }
204      }
205  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines