aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.fortran/shape.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.fortran/shape.exp')
-rw-r--r--gdb/testsuite/gdb.fortran/shape.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.fortran/shape.exp b/gdb/testsuite/gdb.fortran/shape.exp
index e525bf7..4bcc2e7 100644
--- a/gdb/testsuite/gdb.fortran/shape.exp
+++ b/gdb/testsuite/gdb.fortran/shape.exp
@@ -25,7 +25,7 @@ if {[prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} \
return -1
}
-if ![fortran_runto_main] {
+if {![fortran_runto_main]} {
return -1
}
@@ -50,7 +50,7 @@ while { $test_count < 500 } {
}
}
- if ($found_final_breakpoint) {
+ if {$found_final_breakpoint} {
break
}