Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / process-dies-while-detaching.exp
index 52dc8dd433a22d590f9683ab5951d3536a66d5e2..84e9cbcab4454a0a671dd990b13d4c07b3dd2ceb 100644 (file)
@@ -193,7 +193,7 @@ proc test_detach {multi_process cmd} {
        clean_restart ${binfile}
 
        if ![runto_main] {
-           fail "Can't run to main"
+           fail "can't run to main"
            return -1
        }
 
@@ -218,7 +218,7 @@ proc test_detach_watch {multi_process cmd} {
        clean_restart ${binfile}
 
        if ![runto_main] {
-           fail "Can't run to main"
+           fail "can't run to main"
            return -1
        }
 
@@ -254,7 +254,7 @@ proc test_detach_killed_outside {multi_process cmd} {
        clean_restart ${binfile}
 
        if ![runto_main] {
-           fail "Can't run to main"
+           fail "can't run to main"
            return -1
        }
 
This page took 0.024144 seconds and 4 git commands to generate.