diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/spu-ls.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/spu-ls.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/spu-ls.exp b/gdb/testsuite/gdb.arch/spu-ls.exp index 6619ede..78104a4 100644 --- a/gdb/testsuite/gdb.arch/spu-ls.exp +++ b/gdb/testsuite/gdb.arch/spu-ls.exp @@ -38,7 +38,7 @@ gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } |