mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8148147: Sync up @modules from jigsaw/jake
Reviewed-by: chegar, mchung
This commit is contained in:
parent
78651a213e
commit
5e6fc23a73
81 changed files with 192 additions and 98 deletions
|
@ -24,6 +24,8 @@
|
|||
/**
|
||||
* @test
|
||||
* @bug 8056897
|
||||
* @modules jdk.compiler/com.sun.tools.javac.parser
|
||||
* jdk.compiler/com.sun.tools.javac.util
|
||||
* @summary Proper lexing of integer literals.
|
||||
*/
|
||||
|
||||
|
@ -78,4 +80,4 @@ public class JavaLexerTest {
|
|||
throw new AssertionError("Unexpected token text: " + actualText);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue