main to print message if all tests succeeds

pull/86/head
Ivan 6 years ago
parent 0ab1a6618e
commit 2edf3dae92

@ -309,6 +309,7 @@ impl<'a, T> Drop for Drain<'a, T> {
# tests::iter_test();
# tests::test_drain();
# tests::test_zst();
# println!("All tests finished OK");
# }
# mod tests {

Loading…
Cancel
Save