Skip to content

Commit addd946

Browse files
fix(ci): gate unix-only mcp test imports for Windows clippy
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent d47802a commit addd946

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/mcp_suite/mcp_cli_serve_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ use crate::common;
22

33
#[cfg(unix)]
44
use std::ffi::OsStr;
5+
#[cfg(unix)]
56
use std::fs;
67
use std::io::Write;
78
#[cfg(unix)]

tests/mcp_suite/mcp_handler_test/lcm_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! `lcm_test` domain tests, split mechanically from `mcp_handler_test.rs`.
22
3+
#[cfg(unix)]
34
use crate::common;
45
use crate::support::*;
56
use serde_json::{Value, json};

0 commit comments

Comments
 (0)