diff options
Diffstat (limited to 'libjava/testsuite/libjava.compile/compile.exp')
-rw-r--r-- | libjava/testsuite/libjava.compile/compile.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/testsuite/libjava.compile/compile.exp b/libjava/testsuite/libjava.compile/compile.exp index 6b4038659cd..9eba0d4ad77 100644 --- a/libjava/testsuite/libjava.compile/compile.exp +++ b/libjava/testsuite/libjava.compile/compile.exp @@ -12,7 +12,7 @@ foreach x $srcfiles { lappend args no-exec test_libjava "" "$x" "" "" "" $args - test_libjava "" "$x" "-O" "" "" $args + test_libjava "" "$x" "-O3" "" "" $args } # Local Variables: |