< prev index next >

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

Print this page

        

@@ -147,10 +147,11 @@
                         if (ise != null)
                             error("unexpected exception from compiler: " + ise);
                         break;
                     case JDK1_9:
                     case JDK1_10:
+                    case JDK1_11:
                         if (p == Profile.DEFAULT)
                             break;
                         if (ise == null)
                             error("IllegalStateException not thrown as expected");
                         else if (!ise.getMessage().contains("option -profile " +
< prev index next >