From: Aleksey Kladov Date: Thu, 8 Jun 2017 14:41:31 +0000 (+0300) Subject: Fix flaky test X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~8^2~49^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=42c83031d7a7c642375528771e0ef1766619fb93;p=cargo.git Fix flaky test --- diff --git a/tests/bench.rs b/tests/bench.rs index d8043c7d7..d589f234b 100644 --- a/tests/bench.rs +++ b/tests/bench.rs @@ -1061,7 +1061,7 @@ fn bench_all_exclude() { execs().with_status(0) .with_stdout_contains("\ running 1 test -test bar ... bench: 0 ns/iter (+/- 0)")); +test bar ... bench: [..] ns/iter (+/- [..])")); } #[test]