diff options
author | Ben Elliston <bje@au.ibm.com> | 2006-05-01 04:01:25 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2006-05-01 04:01:25 +0000 |
commit | 004314cccdac93ac8d2d7c63776b52f0c202f050 (patch) | |
tree | e9622a8ad3fdfbe57bc68d517ef176f454a22afa /binutils/testsuite/binutils-all | |
parent | ad43f87a7e6039c42faf4620948ceb83408bb28a (diff) | |
download | gdb-004314cccdac93ac8d2d7c63776b52f0c202f050.zip gdb-004314cccdac93ac8d2d7c63776b52f0c202f050.tar.gz gdb-004314cccdac93ac8d2d7c63776b52f0c202f050.tar.bz2 |
* binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ;
Diffstat (limited to 'binutils/testsuite/binutils-all')
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 06728d1..f285094 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -683,7 +683,7 @@ proc objcopy_test_readelf {testname srcfile} { catch "exec $OBJCOPY $OBJCOPYFLAGS tmpdir/bintest.o tmpdir/copy.o" exec_output if ![string match "" $exec_output] then { fail "objcopy ($testname)" - return; + return } verbose -log "$READELF -a tmpdir/bintest.o > tmpdir/bintest.o.out" |