Commit 5728cb66 by Tom Tromey Committed by Tom Tromey

* testsuite/libjava.lang/PR19921.java: Use correct class name.

From-SVN: r95046
parent 3cc0646d
2005-02-14 Tom Tromey <tromey@redhat.com>
* testsuite/libjava.lang/PR19921.java: Use correct class name.
2005-02-14 Tom Tromey <tromey@redhat.com>
* testsuite/libjava.lang/PR19921.out: Renamed from PR19929.out.
* testsuite/libjava.lang/PR19921.java: Renamed from PR19929.java.
......
......@@ -2,7 +2,7 @@ interface I {
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]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment