Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python / py-objfile.exp
index 62ca309198372d7bc4522c803fac55499a8d3d31..9f7ded9d139ab5cabb8dc7e4ab034dc610ca85d4 100644 (file)
@@ -28,7 +28,7 @@ if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } {
 if { [skip_python_tests] } { continue }
 
 if ![runto_main] then {
-    fail "Can't run to main"
+    fail "can't run to main"
     return 0
 }
 
@@ -104,7 +104,7 @@ if { [prepare_for_testing ${testfile}.exp ${testfile}2 ${srcfile} {nodebug ldfla
 }
 
 if ![runto_main] {
-    fail "Can't run to main"
+    fail "can't run to main"
     return 0
 }
 
This page took 0.028909 seconds and 4 git commands to generate.