make/test/HelloWorld.javap.gold.txt

Tue, 25 Oct 2011 15:40:34 +0100

author
mcimadamore
date
Tue, 25 Oct 2011 15:40:34 +0100
changeset 1115
b73a9be0b993
parent 0
959103a6100f
permissions
-rw-r--r--

7104618: MessageInfo.java is failing after lexer changes
Summary: Two langtools regression tests cannot be built due to a bad import statement
Reviewed-by: jjg

     1 Compiled from "HelloWorld.java"
     2 public class HelloWorld extends java.lang.Object{
     3     public HelloWorld();
     4     public static void main(java.lang.String[]);
     5     public native void test();
     6 }

mercurial