Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / fixsection.exp
index 07b7bb524d43a95a0d0ddacc8c8c4e9a26188b27..5b7fdf6a356b19b1072a1ffd78488d251266493f 100644 (file)
@@ -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
 }
 
This page took 0.03192 seconds and 4 git commands to generate.