--- jsr166/src/test/tck/TreeSubMapTest.java 2015/02/28 18:32:12 1.22 +++ jsr166/src/test/tck/TreeSubMapTest.java 2015/04/25 04:55:31 1.23 @@ -19,7 +19,7 @@ import junit.framework.TestSuite; public class TreeSubMapTest extends JSR166TestCase { public static void main(String[] args) { - junit.textui.TestRunner.run(suite()); + main(suite(), args); } public static Test suite() { return new TestSuite(TreeSubMapTest.class);