Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / execl-update-breakpoints.exp
index 47a848ea8483af2ee9149a1ae1537dcaeca26e49..1c2713f27026f3967a3112ad4f0ebb2c80dbeb42 100644 (file)
@@ -55,7 +55,7 @@ if { [gdb_compile $objfile $exec1 executable $opts1_ld] != "" } {
 
 clean_restart ${exec1}
 if ![runto_main] then {
-    fail "Couldn't run to main"
+    fail "couldn't run to main"
     return -1
 }
 
@@ -70,7 +70,7 @@ gdb_test_multiple "p/x &main" $test {
 
 clean_restart ${exec2}
 if ![runto_main] then {
-    fail "Couldn't run to main"
+    fail "couldn't run to main"
     return -1
 }
 
@@ -103,7 +103,7 @@ proc test { always_inserted } {
     gdb_test_no_output "set breakpoint always-inserted $always_inserted"
 
     if ![runto_main] then {
-       fail "Couldn't run to main"
+       fail "couldn't run to main"
        return -1
     }
 
This page took 0.025437 seconds and 4 git commands to generate.