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