diff -r fce161af6665 -r fc4022e50129 langtools/test/com/sun/javadoc/constantValues/TestConstantValuesDriver.java --- 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] = "\"<Hello World>\""; TestConstantValuesDriver tester = new TestConstantValuesDriver(); - run(tester, ARGS, tests, NO_TEST); + tester.run(ARGS, tests, NO_TEST); tester.printSummary(); }