aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/fixsection.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/fixsection.exp')
-rw-r--r--gdb/testsuite/gdb.base/fixsection.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/fixsection.exp b/gdb/testsuite/gdb.base/fixsection.exp
index 07b7bb5..5b7fdf6 100644
--- a/gdb/testsuite/gdb.base/fixsection.exp
+++ b/gdb/testsuite/gdb.base/fixsection.exp
@@ -34,7 +34,7 @@ if [get_compiler_info] {
if { [gdb_compile_shlib $libsrc $lib_sl $lib_opts] != ""
|| [gdb_compile $srcdir/$subdir/$srcfile $binfile \
executable $exec_opts] != ""} {
- untested "Could not compile either $libsrc or $srcfile."
+ untested "could not compile either $libsrc or $srcfile."
return -1
}
@@ -47,7 +47,7 @@ gdb_load ${binfile}
gdb_load_shlib ${lib_sl}
if ![runto_main] then {
- fail "Can't run to main"
+ fail "can't run to main"
return 1
}