< prev index next >

test/runtime/NMT/CommandLineInvalidArgument.java

Print this page

        

@@ -24,10 +24,12 @@
  /*
  * @test
  * @key nmt
  * @summary Invalid argument to NMT should result in an informative error message
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm CommandLineInvalidArgument
  */
 
 import com.oracle.java.testlibrary.*;
 
 public class CommandLineInvalidArgument {
< prev index next >