aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2002-01-23 02:01:54 +0000
committerAlexandre Oliva <aoliva@redhat.com>2002-01-23 02:01:54 +0000
commit08d4406b19ff8d15f72519bb49a9ae079e3bb23a (patch)
treecead3a27e838644c13906c0232d28539462a9d2b /gas
parent3095869f5c89273d1ca07d0dbc11f4356f8a0ff7 (diff)
downloadfsf-binutils-gdb-08d4406b19ff8d15f72519bb49a9ae079e3bb23a.zip
fsf-binutils-gdb-08d4406b19ff8d15f72519bb49a9ae079e3bb23a.tar.gz
fsf-binutils-gdb-08d4406b19ff8d15f72519bb49a9ae079e3bb23a.tar.bz2
oops
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/gas/mn10300/basic.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/mn10300/basic.exp b/gas/testsuite/gas/mn10300/basic.exp
index af9d873..56cdade 100644
--- a/gas/testsuite/gas/mn10300/basic.exp
+++ b/gas/testsuite/gas/mn10300/basic.exp
@@ -1736,7 +1736,7 @@ proc do_am33_8 {} {
proc run_list_test { name opts } {
global srcdir subdir
- set testname "alpha $name"
+ set testname "mn10300 $name"
set file $srcdir/$subdir/$name
gas_run ${name}.s $opts ">&dump.out"
if { [regexp_diff "dump.out" "${file}.l"] } then {