8217214: Recent new javadoc test needs to be updated
Reviewed-by: mchung
This commit is contained in:
parent
6cfcdde523
commit
3a1f460d19
@ -25,12 +25,12 @@
|
||||
* @test
|
||||
* @bug 8212233
|
||||
* @summary The code being documented uses modules but the packages defined in $URL are in the unnamed module.
|
||||
* @library /tools/lib ../lib
|
||||
* @library /tools/lib ../../lib
|
||||
* @modules
|
||||
* jdk.javadoc/jdk.javadoc.internal.tool
|
||||
* jdk.compiler/com.sun.tools.javac.api
|
||||
* jdk.compiler/com.sun.tools.javac.main
|
||||
* @build JavadocTester toolbox.JarTask toolbox.JavacTask toolbox.ModuleBuilder toolbox.ToolBox
|
||||
* @build javadoc.tester.* toolbox.JarTask toolbox.JavacTask toolbox.ModuleBuilder toolbox.ToolBox
|
||||
* @run main TestLinkOptionWithAutomaticModule
|
||||
*/
|
||||
|
||||
@ -43,6 +43,8 @@ import toolbox.JavacTask;
|
||||
import toolbox.ModuleBuilder;
|
||||
import toolbox.ToolBox;
|
||||
|
||||
import javadoc.tester.JavadocTester;
|
||||
|
||||
public class TestLinkOptionWithAutomaticModule extends JavadocTester {
|
||||
|
||||
public static void main(String... args) throws Exception {
|
||||
|
Loading…
Reference in New Issue
Block a user