]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/testsuite/libjava.compile/support/PR207_A.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / testsuite / libjava.compile / support / PR207_A.java
diff --git a/libjava/testsuite/libjava.compile/support/PR207_A.java b/libjava/testsuite/libjava.compile/support/PR207_A.java
deleted file mode 100644 (file)
index 1d465f5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-package support;
-
-public final class PR207_A {
-  static 
-  {
-    String s = System.getProperty ("soylent");
-  }
-
-  public static String hello ()
-  {
-    return "green";
-  }
-}