diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/display.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/display.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/display.exp b/gdb/testsuite/gdb.base/display.exp index 040110a..9576be54 100644 --- a/gdb/testsuite/gdb.base/display.exp +++ b/gdb/testsuite/gdb.base/display.exp @@ -53,7 +53,7 @@ if !$use_gdb_stub { # Ok, on to real life # if ![runto_main] then { - fail "Could not run to main - other tests will fail." + fail "could not run to main - other tests will fail." continue } |