diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/dwz.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dwz.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dwz.exp b/gdb/testsuite/gdb.dwarf2/dwz.exp index 6f57eb6..e088553 100644 --- a/gdb/testsuite/gdb.dwarf2/dwz.exp +++ b/gdb/testsuite/gdb.dwarf2/dwz.exp @@ -81,7 +81,7 @@ Dwarf::assemble $asm_file { } } -if [prepare_for_testing ${testfile}.exp $testfile "${asm_file} ${srcfile}" {}] { +if [prepare_for_testing "failed to prepare" $testfile "${asm_file} ${srcfile}" {}] { return -1 } |