diff options
Diffstat (limited to 'gdb/testsuite/gdb.disasm/t13_otr.exp')
-rw-r--r-- | gdb/testsuite/gdb.disasm/t13_otr.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.disasm/t13_otr.exp b/gdb/testsuite/gdb.disasm/t13_otr.exp index 70fbd13..61b300f 100644 --- a/gdb/testsuite/gdb.disasm/t13_otr.exp +++ b/gdb/testsuite/gdb.disasm/t13_otr.exp @@ -30,12 +30,12 @@ set asm-flags "" set link-flags "-m h8300sxelf" -if {[target_assemble $srcfile $objfile "${asm-flags}"] != ""} then { +if {[target_assemble $srcfile $objfile "${asm-flags}"] != ""} { untested "failed to assemble" return -1 } -if {[target_link $objfile $binfile "${link-flags}"] != ""} then { +if {[target_link $objfile $binfile "${link-flags}"] != ""} { untested "failed to link" return -1 } |