< prev index next >

test/langtools/tools/javac/profiles/ProfileOptionTest.java

Print this page

        

*** 149,158 **** --- 149,159 ---- break; case JDK1_9: case JDK1_10: case JDK1_11: case JDK1_12: + case JDK1_13: if (p == Profile.DEFAULT) break; if (ise == null) error("IllegalStateException not thrown as expected"); else if (!ise.getMessage().contains("option -profile " +
< prev index next >