Skip to content

Commit 48e29e4

Browse files
committed
Re-enable tracing integration test under Miri
1 parent 3c656d3 commit 48e29e4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ quote = "1.0.29"
2020
syn = { version = "2.0.23", features = ["full", "visit-mut"] }
2121

2222
[dev-dependencies]
23-
futures = "0.3.28"
23+
futures = "0.3.30"
2424
rustversion = "1.0.13"
25-
tracing = "0.1.37"
26-
tracing-attributes = "0.1.26"
25+
tracing = "0.1.40"
26+
tracing-attributes = "0.1.27"
2727
trybuild = { version = "1.0.81", features = ["diff"] }
2828

2929
[package.metadata.docs.rs]

tests/test.rs

-1
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,6 @@ pub mod issue45 {
620620
}
621621

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

0 commit comments

Comments
 (0)