From 2d3c55b2ec11c3d86a6f2450167b35dfa2b81f4e Mon Sep 17 00:00:00 2001 From: YizhePKU Date: Mon, 3 Jun 2024 06:43:37 +0800 Subject: [PATCH] Take 2 --- tests/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.rs b/tests/main.rs index 64a171a299..5821d754ad 100644 --- a/tests/main.rs +++ b/tests/main.rs @@ -14,5 +14,5 @@ mod plugins; mod repl; mod scope; mod shell; -#[cfg(not(macos))] +#[cfg(not(target_os = "macos"))] mod terminal;