diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/annota-input-while-running.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/annota-input-while-running.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/annota-input-while-running.exp b/gdb/testsuite/gdb.base/annota-input-while-running.exp index fc2e608..2c9b675 100644 --- a/gdb/testsuite/gdb.base/annota-input-while-running.exp +++ b/gdb/testsuite/gdb.base/annota-input-while-running.exp @@ -25,7 +25,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug] == -1} { # Because runto_main doesn't know how to handle the prompt with annotations, # run to main before we set the annotation level. if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 1 } |