Skip to content

Commit 42c8303

Browse files
authored
Fix flaky test
1 parent 4a79a47 commit 42c8303

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)