1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Fixed the test that should have been fixed as part

of 1e8e4fd1f3.
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();