Skip to content

Commit

Permalink
Re-enable tracing integration test under Miri
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 30, 2023
1 parent 3c656d3 commit 48e29e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ quote = "1.0.29"
syn = { version = "2.0.23", features = ["full", "visit-mut"] }

[dev-dependencies]
futures = "0.3.28"
futures = "0.3.30"
rustversion = "1.0.13"
tracing = "0.1.37"
tracing-attributes = "0.1.26"
tracing = "0.1.40"
tracing-attributes = "0.1.27"
trybuild = { version = "1.0.81", features = ["diff"] }

[package.metadata.docs.rs]
Expand Down
1 change: 0 additions & 1 deletion tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ pub mod issue45 {
}

#[test]
#[cfg_attr(miri, ignore)] // https://github.com/matklad/once_cell/pull/185
fn tracing() {
// Create the future outside of the subscriber, as no call to tracing
// should be made until the future is polled.
Expand Down

0 comments on commit 48e29e4

Please sign in to comment.