< prev index next >

test/jdk/jigsaw/scenarios/overlappingpackages/OverlappingPackagesTest.java

Print this page

        

@@ -22,10 +22,11 @@
  */
 
 /**
  * @test
  * @library ../../lib /lib/testlibrary
+ * @modules jdk.compiler
  * @build OverlappingPackagesTest CompilerUtils jdk.testlibrary.*
  * @run testng OverlappingPackagesTest
  * @summary Basic test to ensure that startup fails if two or more modules
  *          in the boot Layer have the same package
  */
< prev index next >