Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.arch / disp-step-insn-reloc.exp
index a6ceb0b8dc43b4cc9b243fd2abddc9f9081671ac..d99567657cc8d2aaaf1fbe426406468680717352 100644 (file)
@@ -31,7 +31,7 @@ if [prepare_for_testing $expfile $executable $srcfile \
 }
 
 if ![runto_main] {
-    fail "Can't run to main"
+    fail "can't run to main"
     return -1
 }
 
@@ -53,7 +53,7 @@ proc read_testcase { n } {
 
 set n_testcases [get_integer_valueof "n_testcases" 0]
 if { ${n_testcases} == 0 } {
-    untested "No instruction relocation to test"
+    untested "no instruction relocation to test"
     return 1
 }
 
This page took 0.027483 seconds and 4 git commands to generate.