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 7f94d83..4d39809 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();