Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / forking-threads-plus-breakpoint.exp
index 364c5d48a883966f8dc0c34f257eee51b8e8e5b9..0c1f0429f53d533506e1f836d8de24e9144e036e 100644 (file)
@@ -39,7 +39,7 @@ proc probe_displaced_stepping_support {} {
 
        gdb_test_no_output "set displaced on"
        if ![runto_main] then {
-           fail "Can't run to main"
+           fail "can't run to main"
            return 0
        }
 
@@ -79,7 +79,7 @@ proc do_test { cond_bp_target detach_on_fork displaced } {
     set GDBFLAGS $saved_gdbflags
 
     if ![runto_main] then {
-       fail "Can't run to main"
+       fail "can't run to main"
        return 0
     }
 
This page took 0.02943 seconds and 4 git commands to generate.