< prev index next >

test/runtime/CommandLine/FlagWithInvalidValue.java

Print this page

        

@@ -24,10 +24,12 @@
 /*
  * @test
  * @bug 8006298
  * @summary Setting a flag to an invalid value should print a useful error message
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm FlagWithInvalidValue
  */
 
 import com.oracle.java.testlibrary.*;
 
 public class FlagWithInvalidValue {
< prev index next >