diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-10-26 01:32:25 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2005-10-26 01:32:25 +0000 |
commit | be75119426d1c6a69b68038d750acabac3f2419d (patch) | |
tree | 2ea82a79d5f3e74364d37d0f9c7f489f16f0bc1e /gas | |
parent | 11ddad1b0b000479e7f6ffd68fdf7252ad27fc2e (diff) | |
download | fsf-binutils-gdb-be75119426d1c6a69b68038d750acabac3f2419d.zip fsf-binutils-gdb-be75119426d1c6a69b68038d750acabac3f2419d.tar.gz fsf-binutils-gdb-be75119426d1c6a69b68038d750acabac3f2419d.tar.bz2 |
* gas/z80/z80.exp: Fix misplaced-open-brace typo.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/z80/z80.exp | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 69fb931..74396a3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-10-26 Hans-Peter Nilsson <hp@bitrange.com> + + * gas/z80/z80.exp: Fix misplaced-open-brace typo. + 2005-10-25 Arnold Metselaar <arnold.metselaar@planet.nl> * gas/all/gas.exp: Exclude Z80-*-* from floating point, string, diff --git a/gas/testsuite/gas/z80/z80.exp b/gas/testsuite/gas/z80/z80.exp index 733ce55..afafbb8 100644 --- a/gas/testsuite/gas/z80/z80.exp +++ b/gas/testsuite/gas/z80/z80.exp @@ -1,7 +1,6 @@ # run targets for target Z80. -if [istarget z80-*-*] then -{ +if [istarget z80-*-*] then { # test redefinitions run_dump_test "redef" # test parsing of " and ' |