Test case for gcj/209
authorAnthony Green <green@redhat.com>
Mon, 17 Apr 2000 06:40:38 +0000 (06:40 +0000)
committerAnthony Green <green@gcc.gnu.org>
Mon, 17 Apr 2000 06:40:38 +0000 (06:40 +0000)
From-SVN: r33205

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

index 53c119ab89c310a7886927c16247fafbe0695f1e..6e7897bdc2f90a9e1b6f2f3a8bda9c270981599e 100644 (file)
@@ -1,3 +1,7 @@
+2000-04-16  Anthony Green  <green@redhat.com>
+
+       * libjava.compile/PR209.java: New file.
+
 2000-04-16  Anthony Green  <green@redhat.com>
 
        * libjava.compile/PR208.java: New file.
diff --git a/libjava/testsuite/libjava.compile/PR209.java b/libjava/testsuite/libjava.compile/PR209.java
new file mode 100644 (file)
index 0000000..d4539c6
--- /dev/null
@@ -0,0 +1,4 @@
+public class PR209
+{
+  public int i = java.sql.Types.TINYINT;
+}