This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Fixing libjava.lang/KeepInline.out content.




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[])
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]