aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.disasm/t01_mov.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.disasm/t01_mov.exp')
-rw-r--r--gdb/testsuite/gdb.disasm/t01_mov.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.disasm/t01_mov.exp b/gdb/testsuite/gdb.disasm/t01_mov.exp
index a56a7a1..be2d5ca 100644
--- a/gdb/testsuite/gdb.disasm/t01_mov.exp
+++ b/gdb/testsuite/gdb.disasm/t01_mov.exp
@@ -31,12 +31,12 @@ set link-flags "-m h8300sxelf"
if {[target_assemble $srcfile $objfile "${asm-flags}"] != ""} then {
- untested t01_mov.exp
+ untested "failed to assemble"
return -1
}
if {[target_link $objfile $binfile "${link-flags}"] != ""} then {
- untested t01_mov.exp
+ untested "failed to link"
return -1
}