* libjava.compile/PR235.java: New file. For PR gcj/235.
authorTom Tromey <tromey@cygnus.com>
Mon, 22 May 2000 19:34:21 +0000 (19:34 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 22 May 2000 19:34:21 +0000 (19:34 +0000)
From-SVN: r34086

libjava/testsuite/ChangeLog
libjava/testsuite/libjava.compile/PR235.java [new file with mode: 0644]

index b5f835efc72e8e2be4132eaf4dffb1541243779b..8fd4bd52f9b3cf4ff508057ed9011e68666d51cc 100644 (file)
@@ -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.
diff --git a/libjava/testsuite/libjava.compile/PR235.java b/libjava/testsuite/libjava.compile/PR235.java
new file mode 100644 (file)
index 0000000..46a727b
--- /dev/null
@@ -0,0 +1,7 @@
+public class PR235
+{
+  public static Class[] ConstructArgs =
+  {
+    Integer.TYPE
+  };
+}