From 5c608add6a223636212c9815e9fd9ff66ed45651 Mon Sep 17 00:00:00 2001 From: jsturm Date: Fri, 5 Sep 2003 01:54:21 +0000 Subject: * libjava.compile/compile.exp: Test with -O3 rather than -O. * libjava.lang/lang.exp: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71102 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/testsuite/libjava.compile/compile.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/testsuite/libjava.compile/compile.exp') 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: -- cgit v1.2.3