]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/testsuite/libjava.compile/PR5913.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / testsuite / libjava.compile / PR5913.java
diff --git a/libjava/testsuite/libjava.compile/PR5913.java b/libjava/testsuite/libjava.compile/PR5913.java
deleted file mode 100644 (file)
index 4c0c74d..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-class PR5913
-{
-  boolean test1 = ("" + 1) instanceof String;
-  // This also tests literal parsing, as mentioned in PR 5902.
-  boolean test2 = "" + 0x1instanceof String;
-}