Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / global-var-nested-by-dso.exp
index c8bdd2bed83d818d12b4bf48f5194b03bdd74ae7..728596213d9006c254971420705e9d3fae7d282b 100644 (file)
@@ -29,13 +29,13 @@ set binfile_lib2 [standard_output_file $lib2name.so]
 
 if { [gdb_compile_shlib $srcfile_lib1 $binfile_lib1 \
        [list debug 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 debug additional_flags=-fPIC]] != "" } {
-  untested "Could not compile $binfile_lib2."
+  untested "could not compile $binfile_lib2."
   return -1
 }
 
This page took 0.026006 seconds and 4 git commands to generate.