]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/testsuite/libjava.compile/compile.exp
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / testsuite / libjava.compile / compile.exp
diff --git a/libjava/testsuite/libjava.compile/compile.exp b/libjava/testsuite/libjava.compile/compile.exp
deleted file mode 100644 (file)
index 4a358a6..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-global srcdir subdir
-
-catch "glob -nocomplain ${srcdir}/${subdir}/*.java" srcfiles
-verbose "srcfiles are $srcfiles"
-
-set prefix ""
-foreach x $srcfiles {
-    set args [libjava_read_xfail [file rootname $x].xfail]
-    if {[file exists [file rootname $x].no-link]} {
-       lappend args no-link
-    }
-    lappend args no-exec
-
-    test_libjava "" "$x" "" "" "" $args
-    test_libjava "" "$x" "-O" "" "" $args
-}
-
-# Local Variables:
-# tcl-indent-level:4
-# End: