make/langtools/test/HelloWorld.apt.gold.txt
author bobv
Mon, 24 Jun 2019 11:52:01 -0400
changeset 55485 1e4bbd6fbb2f
parent 48406 26b47ea4c77d
permissions -rw-r--r--
8224506: [TESTBUG] TestDockerMemoryMetrics.java fails with exitValue = 137 Reviewed-by: sgehwolf, mseledtsov


/**
 * 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);
}