Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / info-shared.exp
index aa00f73ecaeb055ccb975048e50c3700c3919791..57aa1d0aba07375bcd4b98da006597753f72dcdb 100644 (file)
@@ -31,13 +31,13 @@ set define2 -DSHLIB2_NAME=\"$binfile_lib2\"
 
 if { [gdb_compile_shlib $srcfile_lib1 $binfile_lib1 \
          [list additional_flags=-fPIC]] != "" } {
-    untested "Could not compile $binfile_lib1."
+    untested "could not compile $binfile_lib1."
     return -1
 }
 
 if { [gdb_compile_shlib $srcfile_lib2 $binfile_lib2 \
          [list additional_flags=-fPIC]] != "" } {
-    untested "Could not compile $binfile_lib2."
+    untested "could not compile $binfile_lib2."
     return -1
 }
 
This page took 0.033409 seconds and 4 git commands to generate.