From 5d2908124311708917ceee5a59a4dfe01f35d5ff Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Fri, 31 Jan 2025 12:48:11 -0500 Subject: [PATCH] test: `cfg` `Test` import behind `not(windows)` --- tests/rustflags.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rustflags.rs b/tests/rustflags.rs index c9c6fc14..cee86f05 100644 --- a/tests/rustflags.rs +++ b/tests/rustflags.rs @@ -1,3 +1,4 @@ +#[cfg(not(windows))] use crate::support::Test; mod support;