diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/until.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/until.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/until.exp b/gdb/testsuite/gdb.base/until.exp index 8df03a7..b9b986c 100644 --- a/gdb/testsuite/gdb.base/until.exp +++ b/gdb/testsuite/gdb.base/until.exp @@ -26,7 +26,7 @@ set bp_location20 [gdb_get_line_number "set breakpoint 20 here"] set bp_location21 [gdb_get_line_number "set breakpoint 21 here"] if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } |