Test case for gcj/209

From-SVN: r33205
This commit is contained in:
Anthony Green 2000-04-17 06:40:38 +00:00 committed by Anthony Green
parent 7ffcae80d0
commit 95fcd5331d
2 changed files with 8 additions and 0 deletions

View 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.

View File

@ -0,0 +1,4 @@
public class PR209
{
public int i = java.sql.Types.TINYINT;
}