Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.reverse / finish-reverse-bkpt.exp
index 795a313dd846528733c9357af88b7178ecc51a5c..279425f140f9e8c070c0a1e0d48600ccf3c0ce91 100644 (file)
@@ -25,7 +25,7 @@ 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
 }
 
@@ -36,7 +36,7 @@ if ![runto_main] then {
 
 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.026157 seconds and 4 git commands to generate.