diff options
Diffstat (limited to 'gdb/testsuite/gdb.cell/ea-standalone.exp')
-rw-r--r-- | gdb/testsuite/gdb.cell/ea-standalone.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.cell/ea-standalone.exp b/gdb/testsuite/gdb.cell/ea-standalone.exp index 5079f36..9f8f81c 100644 --- a/gdb/testsuite/gdb.cell/ea-standalone.exp +++ b/gdb/testsuite/gdb.cell/ea-standalone.exp @@ -30,7 +30,7 @@ if {[skip_cell_tests]} { # Compile SPU binary. if { [gdb_compile_cell_spu $srcfile $binary executable {debug}] != "" } { - unsupported "Compile spu binary failed, so all tests in this file will automatically fail." + unsupported "compile spu binary failed, so all tests in this file will automatically fail." return -1 } @@ -40,7 +40,7 @@ gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binary} if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } |