mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8041253: Avoid redundant synonyms of NO_TEST
Reviewed-by: ksrini
This commit is contained in:
parent
0a5665b53a
commit
187dbd343c
67 changed files with 81 additions and 183 deletions
|
@ -50,8 +50,6 @@ public class TestDocEncoding extends JavadocTester {
|
|||
"pkg"
|
||||
};
|
||||
|
||||
private static final String[][] TEST = NO_TEST;
|
||||
|
||||
private static final String[][] NEGATED_TEST = {
|
||||
{BUG_ID + "/stylesheet.css",
|
||||
"body {\n" +
|
||||
|
@ -64,7 +62,7 @@ public class TestDocEncoding extends JavadocTester {
|
|||
*/
|
||||
public static void main(String[] args) {
|
||||
TestDocEncoding tester = new TestDocEncoding();
|
||||
tester.run(ARGS, TEST, NEGATED_TEST);
|
||||
tester.run(ARGS, NO_TEST, NEGATED_TEST);
|
||||
tester.printSummary();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue