From ff670bee96639982b5707d5439c4627d794ccdca Mon Sep 17 00:00:00 2001 From: janis Date: Wed, 26 Nov 2008 22:15:07 +0000 Subject: [PATCH] PR testsuite/28870 * lib/objc.exp (objc_target_compile): Fix typo from previous change. * lib/gnat.exp (gnat_target_compile): Fix typo from previous change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142230 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 3 +++ gcc/testsuite/lib/gnat.exp | 2 +- gcc/testsuite/lib/objc.exp | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 89264b21635..c8e42fcbe3c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2008-11-26 Janis Johnson + * lib/objc.exp (objc_target_compile): Fix typo from previous change. + * lib/gnat.exp (gnat_target_compile): Fix typo from previous change. + PR testsuite/28870 * lib/timeout.exp: New. * lib/timeout-dg.exp: New. diff --git a/gcc/testsuite/lib/gnat.exp b/gcc/testsuite/lib/gnat.exp index af120b0610b..f73ec8152a0 100644 --- a/gcc/testsuite/lib/gnat.exp +++ b/gcc/testsuite/lib/gnat.exp @@ -132,7 +132,7 @@ proc gnat_target_compile { source dest type options } { set ld_library_path ".:${gnat_libgcc_s_path}" lappend options "compiler=$GNAT_UNDER_TEST -q -f" lappend options "incdir=${rootme}/ada/rts" - lappend options "timeout=[timeout_value] + lappend options "timeout=[timeout_value]" if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } { lappend options "libs=${gluefile}" diff --git a/gcc/testsuite/lib/objc.exp b/gcc/testsuite/lib/objc.exp index a9c2853430a..1705979dede 100644 --- a/gcc/testsuite/lib/objc.exp +++ b/gcc/testsuite/lib/objc.exp @@ -194,7 +194,7 @@ proc objc_target_compile { source dest type options } { set source [concat "-x objective-c-header" $source] } lappend options "compiler=$OBJC_UNDER_TEST" - lappend options "timeout=[timeout_value] + lappend options "timeout=[timeout_value]" set_ld_library_path_env_vars -- 2.11.0