jdk/test/tools/launcher/modules/addexports/AddExportsTest.java
changeset 45944 882cea808912
parent 45393 de4e1efc8eec
equal deleted inserted replaced
45943:f259efd4f8df 45944:882cea808912
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @library /lib/testlibrary /test/lib
    26  * @library /lib/testlibrary /test/lib
    27  * @modules jdk.compiler
    27  * @modules java.transaction
       
    28  *          jdk.compiler
    28  * @build AddExportsTest jdk.test.lib.compiler.CompilerUtils jdk.testlibrary.*
    29  * @build AddExportsTest jdk.test.lib.compiler.CompilerUtils jdk.testlibrary.*
    29  * @run testng AddExportsTest
    30  * @run testng AddExportsTest
    30  * @summary Basic tests for java --add-exports
    31  * @summary Basic tests for java --add-exports
    31  */
    32  */
    32 
    33