mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
8234183: [TESTBUG] tools/javac/api/TestModuleUnnamedPackage.java fails to compile
Reviewed-by: jjg
This commit is contained in:
parent
609bd95209
commit
368b6b5a2d
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@
|
||||||
* @test
|
* @test
|
||||||
* @bug 8234025
|
* @bug 8234025
|
||||||
* @summary Elements.getPackageElement(ModuleElement,CharSequence) returns null for unnamed package
|
* @summary Elements.getPackageElement(ModuleElement,CharSequence) returns null for unnamed package
|
||||||
* @modules jdk.compiler
|
* @modules jdk.compiler/com.sun.tools.javac.api
|
||||||
|
* jdk.compiler/com.sun.tools.javac.main
|
||||||
* @library /tools/lib /tools/javac/lib
|
* @library /tools/lib /tools/javac/lib
|
||||||
* @build toolbox.ModuleBuilder toolbox.ToolBox
|
* @build toolbox.ModuleBuilder toolbox.ToolBox
|
||||||
* @run main TestModuleUnnamedPackage
|
* @run main TestModuleUnnamedPackage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue