Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / while-stepping.exp
index fe4588ae10fadc82b1af31af0ea5596596a7bc43..2705852ab7e18d299c994ed703d6de9c977a7af3 100644 (file)
@@ -41,7 +41,7 @@ gdb_file_cmd $binfile
 gdb_delete_tracepoints
 set trcpt1 [gdb_gettpnum gdb_c_test]
 if { $trcpt1 <= 0 } then {
-    fail "Could not find gdb_c_test function"
+    fail "could not find gdb_c_test function"
     return
 }
 
@@ -108,7 +108,7 @@ gdb_load $binfile
 gdb_breakpoint "main"
 gdb_run_cmd
 if {[gdb_test "" "Breakpoint .*"] != 0} {
-    fail "Can't run to main"
+    fail "can't run to main"
     return -1
 }
 
This page took 0.024437 seconds and 4 git commands to generate.