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.
From-SVN: r142230
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.
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}"
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