* testsuite/libjava.lang/PR19921.java: Use correct class name.
From-SVN: r95046
This commit is contained in:
parent
3cc0646dbc
commit
5728cb6687
2 changed files with 5 additions and 1 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue