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
1 changed files with 1 additions and 1 deletions

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