diff options
author | Melody Horn <melody@boringcactus.com> | 2024-11-11 17:20:54 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2024-11-11 17:20:54 -0700 |
commit | dfb51bfebd0d5c22e82d2a73412a19c3e0599524 (patch) | |
tree | 285b73276cbe6f6ba1808b3db4482c6c7b01649a /tests/conditional_assignment_inheritance.rs | |
parent | 4f9299b4639802e05e1cb27d8eb40305ff8e110e (diff) | |
download | makers-dfb51bfebd0d5c22e82d2a73412a19c3e0599524.tar.gz makers-dfb51bfebd0d5c22e82d2a73412a19c3e0599524.zip |
remember the posix mode
i should either delete or overhaul that at some point
Diffstat (limited to 'tests/conditional_assignment_inheritance.rs')
-rw-r--r-- | tests/conditional_assignment_inheritance.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/conditional_assignment_inheritance.rs b/tests/conditional_assignment_inheritance.rs index cb7e806..24f0533 100644 --- a/tests/conditional_assignment_inheritance.rs +++ b/tests/conditional_assignment_inheritance.rs @@ -1,10 +1,11 @@ +#![cfg(feature = "full")] + mod utils; use std::fs; use utils::{make, R}; #[test] -#[cfg(feature = "full")] fn conditional_assignment_inheritance_test() -> R { let dir = tempfile::tempdir()?; |