aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile/compile.exp
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/testsuite/libjava.compile/compile.exp')
-rw-r--r--libjava/testsuite/libjava.compile/compile.exp20
1 files changed, 0 insertions, 20 deletions
diff --git a/libjava/testsuite/libjava.compile/compile.exp b/libjava/testsuite/libjava.compile/compile.exp
deleted file mode 100644
index 3d9c13b78b6..00000000000
--- a/libjava/testsuite/libjava.compile/compile.exp
+++ /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 $options "$x" "" "" "" $args
- test_libjava $options "$x" "-O" "" "" $args
-}
-
-# Local Variables:
-# tcl-indent-level:4
-# End: