< prev index next >

test/tools/launcher/TestMainWithoutEnclosing.java

Print this page

        

*** 28,37 **** --- 28,39 ---- /** * @test * @bug 8076264 * @summary Launching app shouldn't require enclosing class for the main class. + * @modules jdk.compiler + * jdk.zipfs * @compile TestMainWithoutEnclosing.java * @run main TestMainWithoutEnclosing */ public final class TestMainWithoutEnclosing extends TestHelper {
< prev index next >