diff options
Diffstat (limited to 'gdb/testsuite/gdb.reverse/consecutive-precsave.exp')
-rw-r--r-- | gdb/testsuite/gdb.reverse/consecutive-precsave.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.reverse/consecutive-precsave.exp b/gdb/testsuite/gdb.reverse/consecutive-precsave.exp index 45ad153ba10..43e9d7760c3 100644 --- a/gdb/testsuite/gdb.reverse/consecutive-precsave.exp +++ b/gdb/testsuite/gdb.reverse/consecutive-precsave.exp @@ -37,7 +37,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\." \ + "Breakpoint $decimal at .*$srcfile, line $end_location\." \ "BP at end of main" gdb_test "continue" "Breakpoint .* end of main .*" "run to end of main" |