changeset 24065 | fc4022e50129 |
parent 23971 | f5ff1f5a8dee |
child 24071 | b0845717434e |
--- a/langtools/test/com/sun/javadoc/testModifier/TestModifier.java Fri Apr 18 17:23:36 2014 -0700 +++ b/langtools/test/com/sun/javadoc/testModifier/TestModifier.java Fri Apr 18 17:25:43 2014 -0700 @@ -50,7 +50,7 @@ */ public static void main(String[] args) { TestModifier tester = new TestModifier(); - if (run(tester, ARGS, TEST, NEGATED_TEST) != 0) { + if (tester.run(ARGS, TEST, NEGATED_TEST) != 0) { throw new Error("Javadoc error occured during execution."); } }