aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile/test.exp
diff options
context:
space:
mode:
authorno-author <no-author@gcc.gnu.org>1999-07-26 06:43:09 +0000
committerno-author <no-author@gcc.gnu.org>1999-07-26 06:43:09 +0000
commitbee9d757de7966612aefd75fb40239a2bbd16f3a (patch)
tree47b48eafc8ecc77290c6dfcd1e6a5138e58e3e2f /libjava/testsuite/libjava.compile/test.exp
parentf9555ee958bd43d88e090dd8d971cbc8ac9e78a1 (diff)
This commit was manufactured by cvs2svn to create taggcc-2_95_test
'gcc-2_95_test'. git-svn-id: https://gcc.gnu.org/svn/gcc/tags/gcc-2_95_test@28256 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/libjava.compile/test.exp')
-rw-r--r--libjava/testsuite/libjava.compile/test.exp10
1 files changed, 0 insertions, 10 deletions
diff --git a/libjava/testsuite/libjava.compile/test.exp b/libjava/testsuite/libjava.compile/test.exp
deleted file mode 100644
index db6aef19bb3..00000000000
--- a/libjava/testsuite/libjava.compile/test.exp
+++ /dev/null
@@ -1,10 +0,0 @@
-global srcdir subdir
-
-catch "glob -nocomplain ${srcdir}/${subdir}/*.java" srcfiles
-verbose "srcfiles are $srcfiles"
-
-set prefix ""
-foreach x $srcfiles {
- test_libjava $options "$x" "" "" "" "no-exec"
- test_libjava $options "$x" "-O" "" "" "no-exec"
-}