Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / symtab-search-order.exp
index f8f90367af38d064a7a03f3e050e16a3943a2b7d..c8d058a663bc5ff4d563eb719a765d7c2432fd78 100644 (file)
@@ -33,7 +33,7 @@ if [get_compiler_info] {
 if { [gdb_compile_shlib $lib1src $lib1 $lib_opts] != ""
      || [gdb_compile [list $srcfile $srcfile2] $binfile executable \
             $exec_opts] != ""} {
-    untested "Could not compile $lib1, or $srcfile."
+    untested "could not compile $lib1, or $srcfile."
     return -1
 }
 
@@ -43,7 +43,7 @@ clean_restart $binfile
 gdb_load_shlib $lib1
 
 if ![runto_main] {
-    fail "Can't run to main"
+    fail "can't run to main"
     return -1
 }
 
This page took 0.027791 seconds and 4 git commands to generate.