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]
Other format: [Raw text]

Patch: FYI: one last PR 19921 fix


I'm checking this in.

Of course I forgot to rename the class.  Sigh.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>
	* testsuite/libjava.lang/PR19921.java: Use correct class name.

Index: testsuite/libjava.lang/PR19921.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/testsuite/libjava.lang/PR19921.java,v
retrieving revision 1.1
diff -u -r1.1 PR19921.java
--- testsuite/libjava.lang/PR19921.java 14 Feb 2005 20:51:07 -0000 1.1
+++ testsuite/libjava.lang/PR19921.java 14 Feb 2005 20:53:49 -0000
@@ -2,7 +2,7 @@
     void f(Object x);
 }
 
-class PR19929 {
+class PR19921 {
     static void g(I i) {
       // gcj used to create invalid bytecode for this.
       i.f(new Object[1][1]);


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