From dfb51bfebd0d5c22e82d2a73412a19c3e0599524 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Mon, 11 Nov 2024 17:20:54 -0700 Subject: remember the posix mode i should either delete or overhaul that at some point --- tests/conditional_assignment_inheritance.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/conditional_assignment_inheritance.rs') 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()?; -- cgit v1.2.3