Skip to content

Commit

Permalink
corrected shm test
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Dec 10, 2024
1 parent 81bf52e commit 7c1164e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/tests/shm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// Contributors:
// ZettaScale Zenoh Team, <[email protected]>
//
#![cfg(all(feature = "unstable", feature = "shared-memory"))]
#![cfg(all(feature = "unstable", feature = "shared-memory", feature = "internal_config"))]
use std::{
sync::{
atomic::{AtomicUsize, Ordering},
Expand Down

0 comments on commit 7c1164e

Please sign in to comment.