Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / hbreak-unmapped.exp
index 43136ef381dc180766c5008419ace47db397a22d..b5a2fbb6a249fac029705d9a516873d02aea4a3e 100644 (file)
@@ -24,13 +24,13 @@ if {[prepare_for_testing "failed to prepare" ${testfile} ${srcfile}]} {
 }
 
 if ![runto_main] {
-    fail "Can't run to main"
+    fail "can't run to main"
     return -1
 }
 
 # If we can read the memory at address 0, skip the test.
 if { [is_address_zero_readable] } {
-    untested "Memory at address 0 is readable"
+    untested "memory at address 0 is readable"
     return
 }
 
This page took 0.028342 seconds and 4 git commands to generate.