* libjava.compile/PR235.java: New file. For PR gcj/235.
From-SVN: r34086
This commit is contained in:
parent
5dd33f4be2
commit
1eccefcd18
@ -1,3 +1,7 @@
|
||||
2000-05-22 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* libjava.compile/PR235.java: New file. For PR gcj/235.
|
||||
|
||||
2000-05-21 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* libjava.compile/PR234.java: New file. For PR gcj/234.
|
||||
|
7
libjava/testsuite/libjava.compile/PR235.java
Normal file
7
libjava/testsuite/libjava.compile/PR235.java
Normal file
@ -0,0 +1,7 @@
|
||||
public class PR235
|
||||
{
|
||||
public static Class[] ConstructArgs =
|
||||
{
|
||||
Integer.TYPE
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user