diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-11-10 01:44:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-11-10 01:44:43 +0000 |
commit | 9383332cc4ed864759e4aa02f442567896581394 (patch) | |
tree | 57c05b4c8376c72b45d991275900764d5e207d30 /gdb/testsuite/gdb.asm | |
parent | 3a921b779a8187744dc8085220928b1a0cdb809b (diff) | |
download | gdb-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')
-rw-r--r-- | gdb/testsuite/gdb.asm/asm-source.exp | 3 |
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" |