langtools/make/test/HelloWorld.apt.gold.txt
author ppunegov
Tue, 24 Nov 2015 20:58:53 +0300
changeset 34217 fb4d7b34e67e
parent 10 06bc494ca11e
permissions -rw-r--r--
8142385: [Testbug] RandomCommandsTest fails with error: Could not parse method pattern Summary: Fix CompileCommand output processing Reviewed-by: kvn, iignatyev, neliasso


/**
 * This class is used to test the results of the langtools build.
 */
public class HelloWorld {

  public HelloWorld();

  /**
   * The old standby!
   * @param args The parameters are ignored.
   */
  public static void main(java.lang.String... args);

  /**
   * This declaration is for the benefit of javah tests.
   */
  public native void test();
}