aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.asm/asm-source.exp
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-11-10 01:44:43 +0000
committerAndrew Cagney <cagney@redhat.com>2001-11-10 01:44:43 +0000
commit9383332cc4ed864759e4aa02f442567896581394 (patch)
tree57c05b4c8376c72b45d991275900764d5e207d30 /gdb/testsuite/gdb.asm/asm-source.exp
parent3a921b779a8187744dc8085220928b1a0cdb809b (diff)
downloadgdb-9383332cc4ed864759e4aa02f442567896581394.zip
gdb-9383332cc4ed864759e4aa02f442567896581394.tar.gz
gdb-9383332cc4ed864759e4aa02f442567896581394.tar.bz2
* gdb.asm/asm-source.exp: Supress file, instead of skip, when not
implemented.
Diffstat (limited to 'gdb/testsuite/gdb.asm/asm-source.exp')
-rw-r--r--gdb/testsuite/gdb.asm/asm-source.exp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp
index 3462572..7f73068 100644
--- a/gdb/testsuite/gdb.asm/asm-source.exp
+++ b/gdb/testsuite/gdb.asm/asm-source.exp
@@ -38,8 +38,7 @@ if [istarget "d10v-*-*"] then {
set asm-arch d10v
}
if { "${asm-arch}" == "" } {
- verbose "Skipping assembly source test -- not implemented for this target."
- return
+ gdb_suppress_entire_file "Assembly source test -- not implemented for this target."
}
set testfile "asm-source"