--- a/langtools/test/com/sun/javadoc/constantValues/TestConstantValuesDriver.java Fri Apr 18 17:23:36 2014 -0700
+++ b/langtools/test/com/sun/javadoc/constantValues/TestConstantValuesDriver.java Fri Apr 18 17:25:43 2014 -0700
@@ -53,7 +53,7 @@
tests[tests.length-1][0] = BUG_ID + "/constant-values.html";
tests[tests.length-1][1] = "<code>\"<Hello World>\"</code>";
TestConstantValuesDriver tester = new TestConstantValuesDriver();
- run(tester, ARGS, tests, NO_TEST);
+ tester.run(ARGS, tests, NO_TEST);
tester.printSummary();
}