]> granicus.if.org Git - xz/commitdiff
Fixed the test that should have been fixed as part
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 9 Oct 2008 08:12:29 +0000 (11:12 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 9 Oct 2008 08:12:29 +0000 (11:12 +0300)
of 1e8e4fd1f3e50129b4541406ad765d2aa1233943.

tests/test_block_header.c

index 7f94d8375469851bedc41552e5b786615d56fbe3..4d398095f8bd062bbd271ab9b1d7bb0fba264a15 100644 (file)
@@ -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();