make/test/HelloWorld.apt.gold.txt

Thu, 16 Oct 2008 18:07:37 +0100

author
mcimadamore
date
Thu, 16 Oct 2008 18:07:37 +0100
changeset 146
6fcc8de719f5
parent 0
959103a6100f
permissions
-rw-r--r--

6760226: test/tools/javap/T6622260.java fails with specific locale settings
Summary: Changed the regression test in order to make it more robust w.r.t. to locale settings
Reviewed-by: jjg

     2 /**
     3  * This class is used to test the results of the langtools build.
     4  */
     5 public class HelloWorld {
     7   public HelloWorld();
     9   /**
    10    * The old standby!
    11    * @param args The parameters are ignored.
    12    */
    13   public static void main(java.lang.String... args);
    15   /**
    16    * This declaration is for the benefit of javah tests.
    17    */
    18   public native void test();
    19 }

mercurial