test/langtools/tools/javac/processing/model/TestSourceVersion.java
changeset 48343 d4329843abf4
parent 47283 ce5fd3ba3fea
child 48538 82c3d4173a53
--- a/test/langtools/tools/javac/processing/model/TestSourceVersion.java	Fri Dec 15 23:43:35 2017 -0500
+++ b/test/langtools/tools/javac/processing/model/TestSourceVersion.java	Mon Dec 18 18:51:40 2017 -0800
@@ -23,7 +23,7 @@
 
 /*
  * @test
- * @bug 7025809 8028543 6415644 8028544 8029942
+ * @bug 7025809 8028543 6415644 8028544 8029942 8193291
  * @summary Test latest, latestSupported, underscore as keyword, etc.
  * @author  Joseph D. Darcy
  * @modules java.compiler
@@ -45,7 +45,7 @@
     }
 
     private static void testLatestSupported() {
-        if (SourceVersion.latest() != RELEASE_10 ||
+        if (SourceVersion.latest() != RELEASE_11 ||
             SourceVersion.latestSupported() != RELEASE_10)
             throw new RuntimeException("Unexpected release value(s) found:\n" +
                                        "latest:\t" + SourceVersion.latest() + "\n" +