diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/spu-info.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/spu-info.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/spu-info.exp b/gdb/testsuite/gdb.arch/spu-info.exp index dc4f356..2110f83 100644 --- a/gdb/testsuite/gdb.arch/spu-info.exp +++ b/gdb/testsuite/gdb.arch/spu-info.exp @@ -53,7 +53,7 @@ proc c_to { marker } { if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } |