summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/h8300/t09_xor.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-05-12 03:06:10 +0000
committerBen Elliston <bje@au.ibm.com>2004-05-12 03:06:10 +0000
commit24cad0758e51e9b3132366a789a38c20beda6948 (patch)
tree701721373291fc6a43572f9c7244954148b396d3 /gas/testsuite/gas/h8300/t09_xor.exp
parent0816a831b1ddf1dfc0496ae5dc0400440ef4ebae (diff)
downloadbinutils-redhat-24cad0758e51e9b3132366a789a38c20beda6948.tar.gz
* gas/h8300/t03_add.exp: Remove stray semicolons.
* gas/h8300/t04_sub.exp: Likewise. * gas/h8300/t05_cmp.exp: Likewise. * gas/h8300/t08_or.exp: Likewise. * gas/h8300/t09_xor.exp: Likewise. * gas/h8300/t10_and.exp: Likewise. * gas/hppa/reloc/reloc.exp: Likewise. * gas/hppa/unsorted/unsorted.exp: Likewise. * gas/i386/i386.exp: Likewise. * gas/m68hc11/m68hc11.exp: Likewise. * gas/mips/mips.exp: Likewise. * gas/sparc/sparc.exp: Likewise. * lib/gas-defs.exp: Likewise.
Diffstat (limited to 'gas/testsuite/gas/h8300/t09_xor.exp')
-rw-r--r--gas/testsuite/gas/h8300/t09_xor.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/h8300/t09_xor.exp b/gas/testsuite/gas/h8300/t09_xor.exp
index 21d38a67a6..dd579b5673 100644
--- a/gas/testsuite/gas/h8300/t09_xor.exp
+++ b/gas/testsuite/gas/h8300/t09_xor.exp
@@ -2921,7 +2921,7 @@ proc do_t09_xor_test {} {
default { fail "$testname: xor.l @0x1234:16, ... ($x)" }
}
# FIXME return early, expect bombs out on the next group.
- return;
+ return
set x 0
expect {
-re ".* 954 1f30 01046B2C" { set x [expr $x+1]; exp_continue; }