projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1ac3ac
)
Fix typo in last change.
author
Jeff Law
<law@redhat.com>
Fri, 5 Apr 1996 17:40:10 +0000
(17:40 +0000)
committer
Jeff Law
<law@redhat.com>
Fri, 5 Apr 1996 17:40:10 +0000
(17:40 +0000)
gas/testsuite/gas/h8300/h8300.exp
patch
|
blob
|
history
diff --git
a/gas/testsuite/gas/h8300/h8300.exp
b/gas/testsuite/gas/h8300/h8300.exp
index e98260572a9f72ee8646fe40af82681712dd2767..49e06e90c968b21650dfdc95ca31b29160b1372a 100644
(file)
--- 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 == 1
2
] then { pass $testname } else { fail $testname }
+ if [expr $x == 1
5
] then { pass $testname } else { fail $testname }
}
proc do_h8300_branches {} {