diff --git a/gas/testsuite/gas/h8300/h8300.exp b/gas/testsuite/gas/h8300/h8300.exp index e98260572a9..49e06e90c96 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 {} {