aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/solib-symbol.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/solib-symbol.exp')
-rw-r--r--gdb/testsuite/gdb.base/solib-symbol.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/solib-symbol.exp b/gdb/testsuite/gdb.base/solib-symbol.exp
index 1ff4b3d..2d5631f 100644
--- a/gdb/testsuite/gdb.base/solib-symbol.exp
+++ b/gdb/testsuite/gdb.base/solib-symbol.exp
@@ -36,7 +36,7 @@ if [get_compiler_info] {
if { [gdb_compile_shlib ${srcfile_lib} ${binfile_lib} $lib_flags] != ""
|| [gdb_compile ${srcfile} ${binfile} executable $bin_flags] != "" } {
- untested "Could not compile $binfile_lib or $binfile."
+ untested "could not compile $binfile_lib or $binfile."
return -1
}
@@ -54,7 +54,7 @@ gdb_test "br foo2" \
delete_breakpoints
if ![runto_main] then {
- fail "Can't run to main"
+ fail "can't run to main"
return 0
}