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.38 by jsr166, Sat Apr 25 04:55:31 2015 UTC

# Line 21 | Line 21 | import junit.framework.TestSuite;
21  
22   public class TreeSetTest extends JSR166TestCase {
23      public static void main(String[] args) {
24 <        junit.textui.TestRunner.run(suite());
24 >        main(suite(), args);
25      }
26      public static Test suite() {
27          return new TestSuite(TreeSetTest.class);
# 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