Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / wp-replication.exp
index 12ec87a5a9194a159747c649cba655727db0eb59..88a2e06ad6ee6a33d5f0fa80c3fce3e904ba4eb3 100644 (file)
@@ -43,7 +43,7 @@ gdb_test_no_output "set can-use-hw-watchpoints 1" ""
 
 # Run to `main' where we begin our tests.
 if ![runto_main] then {
-    fail "Failed to run to main"
+    fail "failed to run to main"
     return 0
 }
 
@@ -86,7 +86,7 @@ gdb_test_no_output "set breakpoint always-inserted off"
 # (through board settings) that it did not support them in the first place.
 # Just exit.
 if { $hwatch_count == 0} {
-  fail "No hardware watchpoints available"
+  fail "no hardware watchpoints available"
   return 0
 }
 
This page took 0.025067 seconds and 4 git commands to generate.