jdk/test/sun/tools/jhsdb/SAGetoptTest.java
changeset 37315 0524979ef11e
parent 32019 6e305dc99cc8
child 37325 22145b2d3616
--- a/jdk/test/sun/tools/jhsdb/SAGetoptTest.java	Fri Mar 04 18:13:04 2016 +0900
+++ b/jdk/test/sun/tools/jhsdb/SAGetoptTest.java	Tue Mar 15 12:27:26 2016 +0900
@@ -152,5 +152,8 @@
 
         String[] optionSet6 = {"--exe", "--core", "bla_core"};
         badOptionsTest(6, optionSet6, "Argument is expected for 'exe'");
+
+        String[] optionSet7 = {"--exe"};
+        badOptionsTest(7, optionSet7, "Argument is expected for 'exe'");
     }
   }