Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi-dprintf-pending.exp
index 12a91cd99a349a913e47bc7a1faf9c4224dda1ac..b1c870ef98c75076989663ca7481ff62fd3875b2 100644 (file)
@@ -36,12 +36,12 @@ if {[get_compiler_info]} {
 }
 
 if {[gdb_compile_shlib $libsrc1 $lib_sl1 $lib_opts] != ""} {
-    untested "Could not compile $libsrc1"
+    untested "could not compile $libsrc1"
     return -1
 }
 
 if {[gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != ""} {
-    untested "Could not compile $srcdir/$subdir/$srcfile"
+    untested "could not compile $srcdir/$subdir/$srcfile"
     return -1
 }
 
This page took 0.025185 seconds and 4 git commands to generate.