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::iter_test();
# tests::test_drain(); # tests::test_drain();
# tests::test_zst(); # tests::test_zst();
# println!("All tests finished OK");
# } # }
# mod tests { # mod tests {

Loading…
Cancel
Save