diff options
author | Jeff Law <law@redhat.com> | 1996-04-05 17:40:10 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-04-05 17:40:10 +0000 |
commit | 01ae5e9996424c6cd584a3b935e08b2f68155bc9 (patch) | |
tree | 79ee52ed51638cc1982493407160c70ce36e11fd /gas | |
parent | f1ac3acb3eb9a817936f81f9eed954b22b6dc3c6 (diff) | |
download | gdb-01ae5e9996424c6cd584a3b935e08b2f68155bc9.zip gdb-01ae5e9996424c6cd584a3b935e08b2f68155bc9.tar.gz gdb-01ae5e9996424c6cd584a3b935e08b2f68155bc9.tar.bz2 |
Fix typo in last change.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/h8300/h8300.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/h8300/h8300.exp b/gas/testsuite/gas/h8300/h8300.exp index e982605..49e06e9 100644 --- a/gas/testsuite/gas/h8300/h8300.exp +++ b/gas/testsuite/gas/h8300/h8300.exp @@ -257,7 +257,7 @@ proc do_h8300_bitops4 {} { gas_finish # Did we find what we were looking for? If not, flunk it. - if [expr $x == 12] then { pass $testname } else { fail $testname } + if [expr $x == 15] then { pass $testname } else { fail $testname } } proc do_h8300_branches {} { |