< prev index next >

test/runtime/CommandLine/BooleanFlagWithInvalidValue.java

Print this page

        

*** 24,33 **** --- 24,35 ---- /* * @test * @bug 8006298 * @summary Setting an invalid value for a bool argument should result in a useful error message * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm BooleanFlagWithInvalidValue */ import com.oracle.java.testlibrary.*; public class BooleanFlagWithInvalidValue {
< prev index next >