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