aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-04-05 17:40:10 +0000
committerJeff Law <law@redhat.com>1996-04-05 17:40:10 +0000
commit01ae5e9996424c6cd584a3b935e08b2f68155bc9 (patch)
tree79ee52ed51638cc1982493407160c70ce36e11fd
parentf1ac3acb3eb9a817936f81f9eed954b22b6dc3c6 (diff)
downloadgdb-01ae5e9996424c6cd584a3b935e08b2f68155bc9.zip
gdb-01ae5e9996424c6cd584a3b935e08b2f68155bc9.tar.gz
gdb-01ae5e9996424c6cd584a3b935e08b2f68155bc9.tar.bz2
Fix typo in last change.
-rw-r--r--gas/testsuite/gas/h8300/h8300.exp2
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 {} {