aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.fortran/associated.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.fortran/associated.exp')
-rw-r--r--gdb/testsuite/gdb.fortran/associated.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.fortran/associated.exp b/gdb/testsuite/gdb.fortran/associated.exp
index c900ce7..6d1a6d8 100644
--- a/gdb/testsuite/gdb.fortran/associated.exp
+++ b/gdb/testsuite/gdb.fortran/associated.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
}