diff options
Diffstat (limited to 'gdb/testsuite/gdb.linespec/ls-errs.exp')
-rw-r--r-- | gdb/testsuite/gdb.linespec/ls-errs.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.linespec/ls-errs.exp b/gdb/testsuite/gdb.linespec/ls-errs.exp index 4276aa2..79dc8e2 100644 --- a/gdb/testsuite/gdb.linespec/ls-errs.exp +++ b/gdb/testsuite/gdb.linespec/ls-errs.exp @@ -37,7 +37,7 @@ proc do_test {lang} { lappend options "c++" } - if {[prepare_for_testing $testfile $exefile $srcfile $options]} { + if {[prepare_for_testing "failed to prepare" $exefile $srcfile $options]} { return -1 } |