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

Comparing jsr166/src/test/tck/TreeSubMapTest.java (file contents):
Revision 1.22 by jsr166, Sat Feb 28 18:32:12 2015 UTC vs.
Revision 1.23 by jsr166, Sat Apr 25 04:55:31 2015 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines