Skip to content

Commit 7739b8b

Browse files
committed
fix: no test cfg on windows ver
1 parent 126a343 commit 7739b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/prek/src/languages/dotnet/installer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ fn add_channel_args_unix(cmd: &mut Cmd, version: Option<&str>) {
338338
}
339339
}
340340

341-
#[cfg(any(windows, test))]
341+
#[cfg(windows)]
342342
fn add_channel_args_windows(cmd: &mut Cmd, version: Option<&str>) {
343343
if let Some(ver) = version {
344344
if is_full_version(ver) {

0 commit comments

Comments
 (0)