diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-10-09 11:12:29 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-10-09 11:12:29 +0300 |
commit | 3c3905b53462ae235c9438d86a4dc51086410932 (patch) | |
tree | 7c3dfdb557af1f0d7faf232270a03b2ad3885c0e /tests/test_block_header.c | |
parent | Fixed some help messages. (diff) | |
download | xz-3c3905b53462ae235c9438d86a4dc51086410932.tar.xz |
Fixed the test that should have been fixed as part
of 1e8e4fd1f3e50129b4541406ad765d2aa1233943.
Diffstat (limited to 'tests/test_block_header.c')
-rw-r--r-- | tests/test_block_header.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_block_header.c b/tests/test_block_header.c index 7f94d837..4d398095 100644 --- a/tests/test_block_header.c +++ b/tests/test_block_header.c @@ -232,7 +232,7 @@ int main(void) { lzma_init(); - succeed(lzma_lzma_preset(&opt_lzma, 0)); + succeed(lzma_lzma_preset(&opt_lzma, 1)); test1(); test2(); |