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

Comparing jsr166/src/test/tck/JSR166TestCase.java (file contents):
Revision 1.54 by jsr166, Fri Sep 17 00:52:36 2010 UTC vs.
Revision 1.55 by jsr166, Mon Sep 20 20:42:37 2010 UTC

# Line 383 | Line 383 | public class JSR166TestCase extends Test
383              AssertionError ae = new AssertionError("unexpected exception: " + t);
384              t.initCause(t);
385              throw ae;
386 <        }            
386 >        }
387      }
388  
389      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines