projects
/
platform
/
upstream
/
xz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f295bf
)
Fixed the test that should have been fixed as part
author
Lasse Collin
<lasse.collin@tukaani.org>
Thu, 9 Oct 2008 08:12:29 +0000
(11:12 +0300)
committer
Lasse Collin
<lasse.collin@tukaani.org>
Thu, 9 Oct 2008 08:12:29 +0000
(11:12 +0300)
of
1e8e4fd1f3e50129b4541406ad765d2aa1233943
.
tests/test_block_header.c
patch
|
blob
|
history
diff --git
a/tests/test_block_header.c
b/tests/test_block_header.c
index
7f94d83
..
4d39809
100644
(file)
--- a/
tests/test_block_header.c
+++ b/
tests/test_block_header.c
@@
-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();