diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/paginate-bg-execution.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/paginate-bg-execution.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/paginate-bg-execution.exp b/gdb/testsuite/gdb.base/paginate-bg-execution.exp index 5fc077e..284e623 100644 --- a/gdb/testsuite/gdb.base/paginate-bg-execution.exp +++ b/gdb/testsuite/gdb.base/paginate-bg-execution.exp @@ -33,7 +33,7 @@ proc test_bg_execution_pagination_return {} { clean_restart $binfile if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } @@ -76,7 +76,7 @@ proc test_bg_execution_pagination_cancel { how } { clean_restart $binfile if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } |