diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/watchpoint-hw-hit-once.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/watchpoint-hw-hit-once.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/watchpoint-hw-hit-once.exp b/gdb/testsuite/gdb.base/watchpoint-hw-hit-once.exp index 46d5c62..8c900ed 100644 --- a/gdb/testsuite/gdb.base/watchpoint-hw-hit-once.exp +++ b/gdb/testsuite/gdb.base/watchpoint-hw-hit-once.exp @@ -19,7 +19,7 @@ if {[skip_hw_watchpoint_access_tests]} { set test watchpoint-hw-hit-once set srcfile ${test}.c -if { [prepare_for_testing ${test}.exp ${test} ${srcfile}] } { +if { [prepare_for_testing "failed to prepare" ${test} ${srcfile}] } { return -1 } |