Browse Source

* binutils-all/readelf.exp (readelf_wi_test): Fix unexpected output failure message.

drow-reverse-20070409-branch
Nick Clifton 19 years ago
parent
commit
b279a55c19
  1. 5
      binutils/testsuite/ChangeLog
  2. 2
      binutils/testsuite/binutils-all/readelf.exp

5
binutils/testsuite/ChangeLog

@ -1,3 +1,8 @@
2007-02-14 Nick Clifton <nickc@redhat.com>
* binutils-all/readelf.exp (readelf_wi_test): Fix unexpected
output failure message.
2007-01-08 Kai Tietz <kai.tietz@onevision.com>
* copy-3.d: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*

2
binutils/testsuite/binutils-all/readelf.exp

@ -260,7 +260,7 @@ proc readelf_wi_test {} {
set got [prune_readelf_wi_warnings $got]
if ![string match "" $got] then {
fail "readelf $options (reason: unexpected output)"
fail "readelf $READELFFLAGS -wi (reason: unexpected output)"
send_log $got
send_log "\n"
return

Loading…
Cancel
Save