diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/main-subprogram.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/main-subprogram.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/main-subprogram.exp b/gdb/testsuite/gdb.dwarf2/main-subprogram.exp index 08c076b1096..06b553649ff 100644 --- a/gdb/testsuite/gdb.dwarf2/main-subprogram.exp +++ b/gdb/testsuite/gdb.dwarf2/main-subprogram.exp @@ -56,7 +56,7 @@ Dwarf::assemble $asm_file { } } -if {[prepare_for_testing ${testfile}.exp ${testfile} \ +if {[prepare_for_testing "failed to prepare" ${testfile} \ [list $srcfile $asm_file] {nodebug}]} { return -1 } |