PR testsuite/28870
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Nov 2008 22:15:07 +0000 (22:15 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Nov 2008 22:15:07 +0000 (22:15 +0000)
* 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
gcc/testsuite/lib/gnat.exp
gcc/testsuite/lib/objc.exp

index 89264b2..c8e42fc 100644 (file)
@@ -1,5 +1,8 @@
 2008-11-26  Janis Johnson  <janis187@us.ibm.com>
 
+       * 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.
index af120b0..f73ec81 100644 (file)
@@ -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}"
index a9c2853..1705979 100644 (file)
@@ -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