* libjava.compile/PR375.java: New file. For PR gcj/375.
From-SVN: r37717
This commit is contained in:
parent
b5a50b6457
commit
81d87b4e64
2 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2000-11-24 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* libjava.compile/PR375.java: New file. For PR gcj/375.
|
||||
|
||||
* libjava.compile/PR374.java: New file. For PR gcj/374.
|
||||
|
||||
2000-11-07 Tom Tromey <tromey@cygnus.com>
|
||||
|
|
7
libjava/testsuite/libjava.compile/PR375.java
Normal file
7
libjava/testsuite/libjava.compile/PR375.java
Normal file
|
@ -0,0 +1,7 @@
|
|||
public class PR375
|
||||
{
|
||||
public void foo ()
|
||||
{
|
||||
(Boolean.TRUE).booleanValue ();
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue