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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/annota-input-while-running.exp b/gdb/testsuite/gdb.base/annota-input-while-running.exp index adc96e4..fc2e608 100644 --- a/gdb/testsuite/gdb.base/annota-input-while-running.exp +++ b/gdb/testsuite/gdb.base/annota-input-while-running.exp @@ -25,8 +25,8 @@ 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" -- return 1 + fail "Can't run to main" + return 1 } # NOTE: this prompt is OK only when the annotation level is > 1 |