test/langtools/tools/jdeps/Options.java
changeset 52650 c16b6cc93272
parent 50598 8d9d4d91be7f
--- a/test/langtools/tools/jdeps/Options.java	Wed Nov 21 22:33:33 2018 -0800
+++ b/test/langtools/tools/jdeps/Options.java	Wed Nov 21 22:34:01 2018 -0800
@@ -53,7 +53,15 @@
             },
             {
                 new String[] { "-jdkinternal", "-p", "java.lang", TEST_CLASSES },
-                "--package, --regex, --require cannot be used with  -jdkinternals option"
+                "--package, --regex, --require cannot be used with -jdkinternals option"
+            },
+            {
+                new String[] { "--missing-deps", "-summary", TEST_CLASSES },
+                "-summary or -verbose cannot be used with --missing-deps option"
+            },
+            {
+                new String[] { "--missing-deps", "-p", "java.lang", TEST_CLASSES },
+                "--package, --regex, --require cannot be used with --missing-deps option"
             },
             {
                 new String[] { "--inverse", TEST_CLASSES },