< prev index next >

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

Print this page

        

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