Patch: FYI: one last PR 19921 fix
Tom Tromey
tromey@redhat.com
Tue Feb 15 17:19:00 GMT 2005
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]);
More information about the Java-patches
mailing list