Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python / py-value.exp
index 39b03850b6174254fe7659e05d7339e36d774862..5395f8cbbd1d7a66e0ca10f10b0e910a8e41d2f3 100644 (file)
@@ -39,7 +39,7 @@ proc build_inferior {exefile lang} {
 
   if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${objfile}" object "debug $lang"] != ""
        || [gdb_compile "${objfile}" "${exefile}" executable "debug $lang"] != "" } {
-      untested "Couldn't compile ${srcfile} in $lang mode"
+      untested "couldn't compile ${srcfile} in $lang mode"
       return -1
   }
   return 0
@@ -528,7 +528,7 @@ test_value_hash
 # The following tests require execution.
 
 if ![runto_main] then {
-    fail "Can't run to main"
+    fail "can't run to main"
     return 0
 }
 
This page took 0.023765 seconds and 4 git commands to generate.