8148147: Sync up @modules from jigsaw/jake

Reviewed-by: chegar, mchung
This commit is contained in:
Alan Bateman 2016-01-25 19:01:32 +00:00
parent 78651a213e
commit 5e6fc23a73
81 changed files with 192 additions and 98 deletions

View file

@ -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);
}
}
}
}