langtools/test/com/sun/javadoc/testConstructorIndent/TestConstructorIndent.java
changeset 24065 fc4022e50129
parent 23971 f5ff1f5a8dee
child 24071 b0845717434e
--- 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();
     }