diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-01-23 02:01:54 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-01-23 02:01:54 +0000 |
commit | 08d4406b19ff8d15f72519bb49a9ae079e3bb23a (patch) | |
tree | cead3a27e838644c13906c0232d28539462a9d2b /gas | |
parent | 3095869f5c89273d1ca07d0dbc11f4356f8a0ff7 (diff) | |
download | gdb-08d4406b19ff8d15f72519bb49a9ae079e3bb23a.zip gdb-08d4406b19ff8d15f72519bb49a9ae079e3bb23a.tar.gz gdb-08d4406b19ff8d15f72519bb49a9ae079e3bb23a.tar.bz2 |
oops
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/mn10300/basic.exp | 2 |
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 { |