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