Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.disasm / t11_logs.exp
index a93913aece339450d19b0802610d073992ba55c9..108dadaedc67aa736db271d2b18d25619a767d09 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2014 Free Software Foundation, Inc.
+# Copyright (C) 2003-2016 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -31,12 +31,12 @@ set link-flags "-m h8300sxelf"
 
 
 if {[target_assemble $srcfile $objfile "${asm-flags}"] != ""} then {
-     untested t11_logs.exp
+     untested "failed to assemble"
      return -1
 }
 
 if {[target_link $objfile $binfile "${link-flags}"] != ""} then {
-     untested t11_logs.exp
+     untested "failed to link"
      return -1
 }
 
This page took 0.025078 seconds and 4 git commands to generate.