Skip to content

Commit e810012

Browse files
committed
Auto merge of #4145 - rust-lang:matklad-patch-1, r=alexcrichton
Fix flaky test closes #4144.
2 parents 4a79a47 + 42c8303 commit e810012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bench.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ fn bench_all_exclude() {
10611061
execs().with_status(0)
10621062
.with_stdout_contains("\
10631063
running 1 test
1064-
test bar ... bench: 0 ns/iter (+/- 0)"));
1064+
test bar ... bench: [..] ns/iter (+/- [..])"));
10651065
}
10661066

10671067
#[test]

0 commit comments

Comments
 (0)