Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrh committed Dec 5, 2018
1 parent 673ce09 commit 4461037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ const alice_compressed_size_11 : usize = 46510;


#[cfg(not(feature="std"))] // approx log
const random_then_unicode_compressed_size_9_5 : usize = 136699;
const random_then_unicode_compressed_size_9_5 : usize = 136719;
#[cfg(not(feature="std"))] // approx log
const random_then_unicode_compressed_size_9_5x : usize = 136095;

Expand Down

0 comments on commit 4461037

Please sign in to comment.