langtools/test/tools/javac/T6358024.java
changeset 34560 b6a567b677f7
parent 30730 d3ce7619db2c
child 36526 3b41f1c69604
equal deleted inserted replaced
34481:e0ff9821f1e8 34560:b6a567b677f7
    51         String self = T6358024.class.getName();
    51         String self = T6358024.class.getName();
    52 
    52 
    53         String testSrc = System.getProperty("test.src");
    53         String testSrc = System.getProperty("test.src");
    54 
    54 
    55         fm = new JavacFileManager(new Context(), false, null);
    55         fm = new JavacFileManager(new Context(), false, null);
    56         JavaFileObject f = fm.getFileForInput(testSrc + File.separatorChar + self + ".java");
    56         JavaFileObject f = fm.getJavaFileObject(testSrc + File.separatorChar + self + ".java");
    57 
    57 
    58         test(fm, f,
    58         test(fm, f,
    59              new Option[] { new Option("-d", ".")},
    59              new Option[] { new Option("-d", ".")},
    60              8);
    60              8);
    61 
    61