summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/crx/allinsn.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/crx/allinsn.exp')
-rw-r--r--gas/testsuite/gas/crx/allinsn.exp13
1 files changed, 0 insertions, 13 deletions
diff --git a/gas/testsuite/gas/crx/allinsn.exp b/gas/testsuite/gas/crx/allinsn.exp
index f3f8ae80a5..2a52f701b5 100644
--- a/gas/testsuite/gas/crx/allinsn.exp
+++ b/gas/testsuite/gas/crx/allinsn.exp
@@ -2,19 +2,6 @@
# Driver for CRX assembler testsuite
#
-proc run_list_test { name opts } {
- global srcdir subdir
- set testname "CRX $name"
- set file $srcdir/$subdir/$name
- gas_run ${name}.s $opts ">&dump.out"
- if {[regexp_diff "dump.out" "${file}.l"] } {
- fail $testname
- verbose "output is [file_contents "dump.out"]" 2
- return
- }
- pass $testname
-}
-
if ![istarget crx-*-*] {
return
}