diff options
Diffstat (limited to 'gdb/testsuite/gdb.trace/entry-values.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/entry-values.exp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.trace/entry-values.exp b/gdb/testsuite/gdb.trace/entry-values.exp index e8ed517..ced0095 100644 --- a/gdb/testsuite/gdb.trace/entry-values.exp +++ b/gdb/testsuite/gdb.trace/entry-values.exp @@ -80,7 +80,7 @@ gdb_test_multiple $test $test { } if { [string equal $returned_from_foo ""] } { - fail "Find the call or branch instruction offset in bar" + fail "find the call or branch instruction offset in bar" # The following test makes no sense if the offset is unknown. We need # to update the pattern above to match call or branch instruction for # the target architecture. @@ -175,7 +175,7 @@ if {[gdb_compile [list ${binfile}1.o ${binfile}2.o] \ clean_restart ${testfile} if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } @@ -210,7 +210,7 @@ clean_restart $binfile load_lib "trace-support.exp" if ![runto_main] { - fail "Can't run to main to check for trace support" + fail "can't run to main to check for trace support" return -1 } |