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

Comparing jsr166/src/test/tck/TreeSetTest.java (file contents):
Revision 1.36 by jsr166, Sat Feb 28 18:18:56 2015 UTC vs.
Revision 1.37 by jsr166, Sat Feb 28 20:13:46 2015 UTC

# Line 203 | Line 203 | public class TreeSetTest extends JSR166T
203          try {
204              q.add(new Object());
205              q.add(new Object());
206            q.add(new Object());
206              shouldThrow();
207          } catch (ClassCastException success) {}
208      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines