Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.multi / dummy-frame-restore.exp
index a0dddf5948661f12444d93ae35caa5eef6ca466f..e0b7c419cfd4f64e1945ddd1c2a0a36cd5ca0890 100644 (file)
@@ -28,7 +28,7 @@ if {[prepare_for_testing $testfile.exp $testfile $srcfile {debug}]} {
 # Inferior 1 stops at f1.
 
 if ![runto f1] then {
-    fail "Can't run to f1"
+    fail "can't run to f1"
     return 0
 }
 
@@ -42,7 +42,7 @@ delete_breakpoints
 # Inferior 2 stops at f2.
 
 if ![runto f2] then {
-    fail "Can't run to f2"
+    fail "can't run to f2"
     return 0
 }
 
This page took 0.02804 seconds and 4 git commands to generate.