Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.reverse / finish-reverse-bkpt.exp
index 1dff8e100027dedfa54be4cf62ecf77576d25670..279425f140f9e8c070c0a1e0d48600ccf3c0ce91 100644 (file)
@@ -25,18 +25,18 @@ if ![supports_reverse] {
 
 standard_testfile finish-reverse.c
 
-if { [prepare_for_testing $testfile.exp "$testfile" $srcfile] } {
+if { [prepare_for_testing "failed to prepare" "$testfile" $srcfile] } {
     return -1
 }
 
 if ![runto_main] then {
-    fail "Can't run to main"
+    fail "can't run to main"
     return 0
 }
 
 if [supports_process_record] {
     # Activate process record/replay
-    gdb_test_no_output "record" "Turn on process record"
+    gdb_test_no_output "record" "turn on process record"
 }
 
 set breakloc [gdb_get_line_number "VOID FUNC" "$srcfile"]
This page took 0.027508 seconds and 4 git commands to generate.