Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / read-memory.exp
index 35402cbe42bacf4fdc1c7aea78a9c86bc4233b89..b82967d68b84b68c1391f03b1b93cfd171b5a102 100644 (file)
@@ -23,7 +23,7 @@ if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} {
 }
 
 if ![runto_main] {
-    fail "Can't run to main to check for trace support"
+    fail "can't run to main to check for trace support"
     return -1
 }
 
@@ -40,7 +40,7 @@ proc set_tracepoint_and_collect { } {
     # Start with a fresh gdb.
     clean_restart ${testfile}
     if ![runto_main] {
-       fail "Can't run to main"
+       fail "can't run to main"
        return -1
     }
     gdb_test "break end" "Breakpoint \[0-9\] at .*"
This page took 0.034817 seconds and 4 git commands to generate.