langtools/test/tools/sjavac/CompileWithAtFile.java
changeset 34991 ff8be37d1164
parent 34473 5f7202c2125d
child 35356 e919fd8db52c
--- a/langtools/test/tools/sjavac/CompileWithAtFile.java	Wed Jul 05 21:12:04 2017 +0200
+++ b/langtools/test/tools/sjavac/CompileWithAtFile.java	Fri Jan 08 17:14:10 2016 +0100
@@ -47,8 +47,8 @@
 
     void test() throws Exception {
         tb.writeFile(GENSRC.resolve("list.txt"),
-                     "-if */alfa/omega/A.java\n" +
-                     "-if */beta/B.java\n" +
+                     "-i alfa/omega/A.java\n" +
+                     "-i beta/B.java\n" +
                      GENSRC + "\n" +
                      "-d " + BIN + "\n" +
                      "--state-dir=" + BIN + "\n");