Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / solib-symbol.exp
index 1ff4b3d326667b8f71d89c4cf8e16b53269cba53..2d5631f306afb07867997ead6a1814dcfc8f7c4a 100644 (file)
@@ -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
 }
 
This page took 0.02869 seconds and 4 git commands to generate.