Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi-breakpoint-changed.exp
index cda8c4a3e2b731777fab45ea4d85bad73c60e718..dc427209a899b763b3a080fcf73828df13d6e1f6 100644 (file)
@@ -31,7 +31,7 @@ set lib_opts "debug"
 
 if { [gdb_compile_shlib $libsrc1 $lib_sl1 $lib_opts] != ""
      || [gdb_compile_shlib $libsrc2 $lib_sl2 $lib_opts] != ""} {
-    untested "Could not compile either $libsrc1 or $libsrc2"
+    untested "could not compile either $libsrc1 or $libsrc2"
     return -1
 }
 
@@ -39,7 +39,7 @@ set MIFLAGS "-i=mi"
 
 set exec_opts [list debug shlib=$lib_sl1 shlib_load]
 if { [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != "" } {
-    untested "Failed to compile $srcfile"
+    untested "failed to compile $srcfile"
     return -1
 }
 
This page took 0.026937 seconds and 4 git commands to generate.