]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/testsuite/libjava.compile/PR129_B.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / testsuite / libjava.compile / PR129_B.java
diff --git a/libjava/testsuite/libjava.compile/PR129_B.java b/libjava/testsuite/libjava.compile/PR129_B.java
deleted file mode 100644 (file)
index 238df99..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-import support.PR129_A;
-
-public class PR129_B { 
-  public static void main ( String[] args ) { 
-    int length = PR129_A.strArr.length; 
-    System.out.println ( "Array length: " + length ); 
-  } 
-} 
-