aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cell/dwarfaddr.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.cell/dwarfaddr.exp')
-rw-r--r--gdb/testsuite/gdb.cell/dwarfaddr.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.cell/dwarfaddr.exp b/gdb/testsuite/gdb.cell/dwarfaddr.exp
index a733146..37a8192 100644
--- a/gdb/testsuite/gdb.cell/dwarfaddr.exp
+++ b/gdb/testsuite/gdb.cell/dwarfaddr.exp
@@ -30,7 +30,7 @@ if {[skip_cell_tests]} {
# Compile SPU binary.
if { [gdb_compile_cell_spu $srcfile $binary executable {debug}] != "" } {
- unsupported "Compiling spu binary failed."
+ unsupported "compiling spu binary failed."
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
}