--- jsr166/src/test/tck/ForkJoinPool8Test.java 2013/02/09 19:33:08 1.2 +++ jsr166/src/test/tck/ForkJoinPool8Test.java 2013/03/21 16:26:43 1.3 @@ -18,11 +18,6 @@ public class ForkJoinPool8Test extends J return new TestSuite(ForkJoinPool8Test.class); } - // XXXX Just a skeleton implementation for now. - public void testTODO() { - fail("Please add some real tests!"); - } - /** * Common pool exists and has expected parallelism. */