langtools/test/tools/jdeps/APIDeps.java
changeset 41251 6112540cd0c1
parent 40308 274367a99f98
child 43258 45757c4367f2
--- a/langtools/test/tools/jdeps/APIDeps.java	Thu Sep 29 17:24:10 2016 +0000
+++ b/langtools/test/tools/jdeps/APIDeps.java	Thu Sep 29 21:31:09 2016 -0700
@@ -135,7 +135,7 @@
                            "java.util.Set",
                            "c.C", "d.D", "c.I", "e.E", "m.Bar"},
              new String[] {"compact1", testDirBasename, mDir.getName()},
-             new String[] {"-classpath", testDir.getPath(), "-verbose", "-P", "-apionly"});
+             new String[] {"-classpath", testDir.getPath(), "-verbose", "-P", "--api-only"});
         return errors;
     }