This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Fixing libjava.lang/KeepInline.out content.
- To: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Subject: Re: [PATCH] Fixing libjava.lang/KeepInline.out content.
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Sun, 26 Aug 2001 11:32:02 -0400 (EDT)
- cc: java-patches at gcc dot gnu dot org
On Fri, 24 Aug 2001, Alexandre Petit-Bianco wrote:
> I guess this patch is OK, right?
I think so. Writing that test case I had inadvertently exposed two bugs.
Thanks.
> 2001-08-24 Alexandre Petit-Bianco <apbianco@redhat.com>
>
> * libjava.lang/KeepInline.out: Fixed content.
>
> Index: libjava.lang/KeepInline.out
> ===================================================================
> RCS file: /cvs/gcc/gcc/libjava/testsuite/libjava.lang/KeepInline.out,v
> retrieving revision 1.1
> diff -u -p -r1.1 KeepInline.out
> --- KeepInline.out 2001/08/01 12:40:06 1.1
> +++ KeepInline.out 2001/08/25 00:14:40
> @@ -1,2 +1,2 @@
> private void KeepInline.example()
> -public static void KeepInline.main([Ljava.lang.String;)
> +public static void KeepInline.main(java.lang.String[])
>