aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile/compile.exp
diff options
context:
space:
mode:
author(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-19 04:43:18 +0000
committer(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-19 04:43:18 +0000
commita128261d129ed48a61041389bbe6b6b034faf85c (patch)
tree9ff4ec8c2f62b66491ccf53b8ae2346a32461282 /libjava/testsuite/libjava.compile/compile.exp
parent2e1e56000d8528b1ca6423a687084ffc14221ee3 (diff)
This commit was manufactured by cvs2svn to create tagbounded-pointers-merge-20000519
'bounded-pointers-merge-20000519'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/tags/bounded-pointers-merge-20000519@34013 138bc75d-0d04-0410-961f-82ee72b054a4
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 4a358a6d37d..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 "" "$x" "" "" "" $args
- test_libjava "" "$x" "-O" "" "" $args
-}
-
-# Local Variables:
-# tcl-indent-level:4
-# End: