< prev index next >

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

Print this page

        

*** 152,161 **** --- 152,162 ---- case JDK1_11: case JDK1_12: case JDK1_13: case JDK1_14: case JDK1_15: + case JDK1_16: if (p == Profile.DEFAULT) break; if (ise == null) error("IllegalStateException not thrown as expected"); else if (!ise.getMessage().contains("option -profile " +
< prev index next >