mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 00:54:38 +02:00
Merge
This commit is contained in:
commit
aad1a3592c
389 changed files with 5655 additions and 2520 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
/*
|
||||
* @test
|
||||
* @bug 7025809 8028543 6415644 8028544 8029942 8187951
|
||||
* @bug 7025809 8028543 6415644 8028544 8029942 8187951 8193291
|
||||
* @summary Test latest, latestSupported, underscore as keyword, etc.
|
||||
* @author Joseph D. Darcy
|
||||
* @modules java.compiler
|
||||
|
@ -46,7 +46,7 @@ public class TestSourceVersion {
|
|||
}
|
||||
|
||||
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" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue