Test case for gcj/209
From-SVN: r33205
This commit is contained in:
parent
7ffcae80d0
commit
95fcd5331d
2 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
4
libjava/testsuite/libjava.compile/PR209.java
Normal file
4
libjava/testsuite/libjava.compile/PR209.java
Normal file
|
@ -0,0 +1,4 @@
|
|||
public class PR209
|
||||
{
|
||||
public int i = java.sql.Types.TINYINT;
|
||||
}
|
Loading…
Add table
Reference in a new issue