< prev index next >

test/runtime/CommandLine/ObsoleteFlagErrorMessage.java

Print this page

        

@@ -24,10 +24,12 @@
 /*
  * @test
  * @bug 8060449
  * @summary Newly obsolete command line options should still give useful error messages when used improperly.
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm ObsoleteFlagErrorMessage
  */
 
 import com.oracle.java.testlibrary.*;
 
 public class ObsoleteFlagErrorMessage {
< prev index next >