Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.guile / scm-value.exp
index 1d07c9fe05e5ad42b5669126d01412f773959883..282a1ce7aa1673736c2b7f1f52fd88d3d8154fa7 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
@@ -320,7 +320,7 @@ proc test_subscript_regression {exefile lang} {
     clean_restart ${exefile}
 
     if ![gdb_guile_runto_main ] {
-       fail "Can't run to main"
+       fail "can't run to main"
        return
     }
 
@@ -450,7 +450,7 @@ test_value_hash
 # The following tests require execution.
 
 if ![gdb_guile_runto_main] {
-    fail "Can't run to main"
+    fail "can't run to main"
     return
 }
 
This page took 0.025555 seconds and 4 git commands to generate.