8041253: Avoid redundant synonyms of NO_TEST

Reviewed-by: ksrini
This commit is contained in:
Jonathan Gibbons 2014-04-22 17:41:11 -07:00
parent 0a5665b53a
commit 187dbd343c
67 changed files with 81 additions and 183 deletions

View file

@ -114,15 +114,13 @@ public class TestJavascript extends JavadocTester {
" }"},
};
private static final String[][] NEGATED_TEST = NO_TEST;
/**
* The entry point of the test.
* @param args the array of command line arguments.
*/
public static void main(String[] args) {
TestJavascript tester = new TestJavascript();
tester.run(ARGS, TEST, NEGATED_TEST);
tester.run(ARGS, TEST, NO_TEST);
tester.printSummary();
}