OSDN Git Service

* libjava.compile/PR235.java: New file. For PR gcj/235.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 May 2000 19:34:21 +0000 (19:34 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 May 2000 19:34:21 +0000 (19:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34086 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b5f835e..8fd4bd5 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
+  };
+}