OSDN Git Service

* libjava.compile/PR375.java: New file. For PR gcj/375.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Nov 2000 20:54:56 +0000 (20:54 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Nov 2000 20:54:56 +0000 (20:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37717 138bc75d-0d04-0410-961f-82ee72b054a4

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

index d09b1f1..c0ec96b 100644 (file)
@@ -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>
diff --git a/libjava/testsuite/libjava.compile/PR375.java b/libjava/testsuite/libjava.compile/PR375.java
new file mode 100644 (file)
index 0000000..26dba04
--- /dev/null
@@ -0,0 +1,7 @@
+public class PR375
+{
+  public void foo ()
+  {
+    (Boolean.TRUE).booleanValue ();
+  }
+}