Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jRimbault
seahash
Commits
572ffc40
Commit
572ffc40
authored
Jun 14, 2020
by
Joonas Koivunen
Browse files
refactor: remove extra println
parent
523cf29a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/chunking.rs
View file @
572ffc40
...
...
@@ -60,7 +60,5 @@ fn test_different_chunk_sizes() {
let
h2
=
h2
.finish
();
assert_eq!
(
h1
,
h2
,
"failed with chunk_len={}"
,
chunk_len
);
println!
(
"ok: {}"
,
chunk_len
);
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment