summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/bp_inlined_func.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.ada/bp_inlined_func.exp')
-rw-r--r--gdb/testsuite/gdb.ada/bp_inlined_func.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/bp_inlined_func.exp b/gdb/testsuite/gdb.ada/bp_inlined_func.exp
index 3f94c163819..c2434241831 100644
--- a/gdb/testsuite/gdb.ada/bp_inlined_func.exp
+++ b/gdb/testsuite/gdb.ada/bp_inlined_func.exp
@@ -25,7 +25,7 @@ if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug ]] != "" }
clean_restart ${testfile}
-if ![runto_main] then {
+if {![runto_main]} {
return 0
}