Skip to content

Commit

Permalink
chore: add cfg filter for test
Browse files Browse the repository at this point in the history
  • Loading branch information
polazarus committed Nov 10, 2024
1 parent 1654a69 commit a09dc9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/smart/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ fn loom_atomic_mt_orderly_drop2() {
}

#[test]
#[cfg(any(loom, feature = "std"))]
fn test_atomic_mt_clone_overflow() {
let witness = atomic_witness::Witness::default();
let a = T::new(witness.clone());
Expand Down

0 comments on commit a09dc9b

Please sign in to comment.