gdb/fortran: Nested subroutine support
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.reverse / consecutive-precsave.exp
index ff860511fefc42f6510f3aa68eb8516d67f5ccc4..61048a3c9dae3e6c6df1256b0ae870ee8e2d0dd6 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright 2008-2016 Free Software Foundation, Inc.
+#   Copyright 2008-2019 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@ if ![supports_process_record] {
 standard_testfile consecutive-reverse.c
 set precsave [standard_output_file consecutive.precsave]
 
-if { [prepare_for_testing $testfile.exp $testfile $srcfile] } {
+if { [prepare_for_testing "failed to prepare" $testfile $srcfile] } {
     return -1
 }
 
@@ -38,7 +38,7 @@ if [supports_process_record] {
 set end_location  [gdb_get_line_number "end of main"  ]
 gdb_test "break $end_location" \
     "Breakpoint $decimal at .*$srcfile, line $end_location\." \
-    "BP at end of main"
+    "breakpoint at end of main"
 
 gdb_test "continue" "Breakpoint .* end of main .*" "run to end of main"
 
This page took 0.031277 seconds and 4 git commands to generate.