Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.disasm / t02_mova.exp
index 71b0c9974103187d284a8d87ec0b0181df87d342..535a41722ee14a4c5cbe02d04bcda53d2edc9a2d 100644 (file)
@@ -31,12 +31,12 @@ set link-flags "-m h8300sxelf"
 
 
 if {[target_assemble $srcfile $objfile "${asm-flags}"] != ""} then {
-     untested t02_mova.exp
+     untested "failed to assemble"
      return -1
 }
 
 if {[target_link $objfile $binfile "${link-flags}"] != ""} then {
-     untested t02_mova.exp
+     untested "failed to link"
      return -1
 }
 
This page took 0.025176 seconds and 4 git commands to generate.