diff options
Diffstat (limited to 'gdb/testsuite/gdb.cell/ea-standalone.exp')
-rw-r--r-- | gdb/testsuite/gdb.cell/ea-standalone.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cell/ea-standalone.exp b/gdb/testsuite/gdb.cell/ea-standalone.exp index 9f8f81c469b..7bd37ff7671 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 "failed to compile" return -1 } |