Skip to content

Commit

Permalink
Rollup merge of rust-lang#135736 - fmease:rustdoc-fix-flaky-test, r=G…
Browse files Browse the repository at this point in the history
…uillaumeGomez

rustdoc: Fix flaky doctest test

Fixes rust-lang#135660.
  • Loading branch information
jieyouxu authored Jan 20, 2025
2 parents 9cd0e8e + 64d667a commit 64768c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//@ compile-flags:--test
//@ normalize-stdout: "finished in \d+\.\d+s" -> "finished in $$TIME"
//@ check-pass
#![allow(rustdoc::invalid_codeblock_attributes)]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME

0 comments on commit 64768c5

Please sign in to comment.