mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
Test case for gcj/209
From-SVN: r33205
This commit is contained in:
committed by
Anthony Green
parent
7ffcae80d0
commit
95fcd5331d
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user