langtools/test/tools/javac/T6358024.java
changeset 6355 f01ebbf5a5f7
parent 5520 86e4b9a9da40
child 7681 1f0819a3341f
equal deleted inserted replaced
6354:f50c012cd1f0 6355:f01ebbf5a5f7
    58 
    58 
    59         test(fm, f,
    59         test(fm, f,
    60              new Option[] { new XOption("-XprintRounds"),
    60              new Option[] { new XOption("-XprintRounds"),
    61                             new Option("-processorpath", "."),
    61                             new Option("-processorpath", "."),
    62                             new Option("-processor", self) },
    62                             new Option("-processor", self) },
    63              11);
    63              12);
    64     }
    64     }
    65 
    65 
    66     static void test(JavacFileManager fm, JavaFileObject f, Option[] opts, int expect) throws Throwable {
    66     static void test(JavacFileManager fm, JavaFileObject f, Option[] opts, int expect) throws Throwable {
    67         PrintWriter out = new PrintWriter(System.err, true);
    67         PrintWriter out = new PrintWriter(System.err, true);
    68 
    68