diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/implref-struct.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/implref-struct.exp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/implref-struct.exp b/gdb/testsuite/gdb.dwarf2/implref-struct.exp index 9dc3b1b..450576e 100644 --- a/gdb/testsuite/gdb.dwarf2/implref-struct.exp +++ b/gdb/testsuite/gdb.dwarf2/implref-struct.exp @@ -36,7 +36,7 @@ set asm_file [standard_output_file ${srcfile2}] # For that, we ask GDB by debugging our implref-struct program. # Any program would do, but since we already have implref-struct # specifically for this testcase, might as well use that. -if [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} {debug c++}] { +if {[prepare_for_testing "failed to prepare" ${testfile} ${srcfile} {debug c++}]} { return -1 } @@ -129,12 +129,12 @@ Dwarf::assemble ${asm_file} { } } -if [prepare_for_testing "failed to prepare" ${executable} [list ${asm_file} ${srcfile}] {}] { +if {[prepare_for_testing "failed to prepare" ${executable} [list ${asm_file} ${srcfile}] {}]} { return -1 } # DW_OP_GNU_implicit_pointer implementation requires a valid frame. -if ![runto_main] { +if {![runto_main]} { return -1 } |