diff options
author | Jeff Law <law@redhat.com> | 1998-06-24 16:15:21 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-06-24 16:15:21 +0000 |
commit | 70f4a97cb583f16c25aa7ef1c452706dce85676b (patch) | |
tree | 1cabef576cbe2ad93f604c011e237ad6cf9192f0 /gas/testsuite | |
parent | b8f4ecc8d673bf2307bfef3c5ffb05b6168892c5 (diff) | |
download | gdb-70f4a97cb583f16c25aa7ef1c452706dce85676b.zip gdb-70f4a97cb583f16c25aa7ef1c452706dce85676b.tar.gz gdb-70f4a97cb583f16c25aa7ef1c452706dce85676b.tar.bz2 |
* gas/mn10300/basic.exp (do_am33_3): Fix typo.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rwxr-xr-x | gas/testsuite/gas/mn10300/basic.exp | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 86d60f8..3545e1c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +start-sanitize-am33 +Wed Jun 24 10:10:52 1998 Jeffrey A Law (law@cygnus.com) + + * gas/mn10300/basic.exp (do_am33_3): Fix typo. + +end-sanitize-am33 Tue Jun 23 15:14:43 1998 Nick Clifton <nickc@cygnus.com> * gas/v850/hilo2.s: Use r1 as the destination of the movea diff --git a/gas/testsuite/gas/mn10300/basic.exp b/gas/testsuite/gas/mn10300/basic.exp index 8ab4e11..47af992 100755 --- a/gas/testsuite/gas/mn10300/basic.exp +++ b/gas/testsuite/gas/mn10300/basic.exp @@ -1009,7 +1009,7 @@ proc do_am33_3 {} { gas_finish # Did we find what we were looking for? If not, flunk it. - if [expr $x==36] then { pass $testname } else { fail $testname } + if [expr $x==37] then { pass $testname } else { fail $testname } } proc do_am33_4 {} { |