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

Comparing jsr166/src/test/tck/TreeSubSetTest.java (file contents):
Revision 1.30 by jsr166, Sat Feb 28 20:13:46 2015 UTC vs.
Revision 1.31 by jsr166, Sat Apr 25 04:55:31 2015 UTC

# Line 17 | Line 17 | import junit.framework.TestSuite;
17  
18   public class TreeSubSetTest extends JSR166TestCase {
19      public static void main(String[] args) {
20 <        junit.textui.TestRunner.run(suite());
20 >        main(suite(), args);
21      }
22      public static Test suite() {
23          return new TestSuite(TreeSubSetTest.class);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines