1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-24 01:18:12 +00:00

Fixed the test that should have been fixed as part

of 1e8e4fd1f3e50129b4541406ad765d2aa1233943.
This commit is contained in:
Lasse Collin 2008-10-09 11:12:29 +03:00
parent 0f295bf7a3
commit 3c3905b534

View 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();