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.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/testsuite/libjava.compile/compile.exp b/libjava/testsuite/libjava.compile/compile.exp
index 3d9c13b..4a358a6 100644
--- a/libjava/testsuite/libjava.compile/compile.exp
+++ b/libjava/testsuite/libjava.compile/compile.exp
@@ -11,8 +11,8 @@ foreach x $srcfiles {
}
lappend args no-exec
- test_libjava $options "$x" "" "" "" $args
- test_libjava $options "$x" "-O" "" "" $args
+ test_libjava "" "$x" "" "" "" $args
+ test_libjava "" "$x" "-O" "" "" $args
}
# Local Variables: