langtools/test/com/sun/javadoc/testLeadingSpaces/LeadingSpaces.java
changeset 24071 b0845717434e
parent 24065 fc4022e50129
child 24072 e7549dcbc4af
equal deleted inserted replaced
24070:3852ce6db3f4 24071:b0845717434e
    46 "              4\n" +
    46 "              4\n" +
    47 "                5\n" +
    47 "                5\n" +
    48 "                  6\n" +
    48 "                  6\n" +
    49 "                    7"}
    49 "                    7"}
    50     };
    50     };
    51     private static final String[][] NEGATED_TEST = NO_TEST;
       
    52     private static final String[] ARGS =
    51     private static final String[] ARGS =
    53         new String[] {
    52         new String[] {
    54             "-d", BUG_ID, "-sourcepath", SRC_DIR,
    53             "-d", BUG_ID, "-sourcepath", SRC_DIR,
    55         SRC_DIR + "/LeadingSpaces.java"};
    54         SRC_DIR + "/LeadingSpaces.java"};
    56 
    55 
    58      * The entry point of the test.
    57      * The entry point of the test.
    59      * @param args the array of command line arguments.
    58      * @param args the array of command line arguments.
    60      */
    59      */
    61     public static void main(String[] args) {
    60     public static void main(String[] args) {
    62         LeadingSpaces tester = new LeadingSpaces();
    61         LeadingSpaces tester = new LeadingSpaces();
    63         tester.run(ARGS, TEST, NEGATED_TEST);
    62         tester.run(ARGS, TEST, NO_TEST);
    64         tester.printSummary();
    63         tester.printSummary();
    65     }
    64     }
    66 
    65 
    67     /**
    66     /**
    68      * {@inheritDoc}
    67      * {@inheritDoc}