aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-12-09 15:34:25 +0100
committerLasse Collin <lasse.collin@tukaani.org>2007-12-09 17:07:01 +0200
commitc90daf86ce683fa8cf80491d624ffb158dfbd9d7 (patch)
tree1278103a232e748ba9ef22678b08fe1bd9fdc7b0 /tests
parentTake advantage of return_if_error() macro in more places. (diff)
downloadxz-c90daf86ce683fa8cf80491d624ffb158dfbd9d7.tar.xz
* tests/test_block_header.c (test3): Remove duplicate initializer.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_block_header.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_block_header.c b/tests/test_block_header.c
index b50198ce..9285a265 100644
--- a/tests/test_block_header.c
+++ b/tests/test_block_header.c
@@ -278,7 +278,6 @@ test3(void)
.has_crc32 = false,
.has_eopm = true,
.is_metadata = false,
- .is_metadata = false,
.compressed_size = LZMA_VLI_VALUE_UNKNOWN,
.uncompressed_size = LZMA_VLI_VALUE_UNKNOWN,
.compressed_reserve = 1,