diff -r fce161af6665 -r fc4022e50129 langtools/test/com/sun/javadoc/testConstructorIndent/TestConstructorIndent.java --- a/langtools/test/com/sun/javadoc/testConstructorIndent/TestConstructorIndent.java Fri Apr 18 17:23:36 2014 -0700 +++ b/langtools/test/com/sun/javadoc/testConstructorIndent/TestConstructorIndent.java Fri Apr 18 17:25:43 2014 -0700 @@ -61,7 +61,7 @@ */ public static void main(String[] args) { TestConstructorIndent tester = new TestConstructorIndent(); - run(tester, ARGS, TEST, NEGATED_TEST); + tester.run(ARGS, TEST, NEGATED_TEST); tester.printSummary(); }