From 01ae5e9996424c6cd584a3b935e08b2f68155bc9 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 5 Apr 1996 17:40:10 +0000 Subject: [PATCH] Fix typo in last change. --- gas/testsuite/gas/h8300/h8300.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {} { -- 2.7.4