aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.arch/amd64-entry-value-paramref.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.arch/amd64-entry-value-paramref.exp')
-rw-r--r--gdb/testsuite/gdb.arch/amd64-entry-value-paramref.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.arch/amd64-entry-value-paramref.exp b/gdb/testsuite/gdb.arch/amd64-entry-value-paramref.exp
index e508a04..94737f3 100644
--- a/gdb/testsuite/gdb.arch/amd64-entry-value-paramref.exp
+++ b/gdb/testsuite/gdb.arch/amd64-entry-value-paramref.exp
@@ -18,7 +18,7 @@ standard_testfile .S .cc
require is_x86_64_m64_target
# Make .cc available on the host.
-if [is_remote host] {
+if {[is_remote host]} {
gdb_remote_download host $srcdir/$subdir/$srcfile2
}
@@ -27,7 +27,7 @@ if { [prepare_for_testing_full "failed to prepare" \
return -1
}
-if ![runto_main] {
+if {![runto_main]} {
return -1
}