Skip to content

Commit 8c4d94a

Browse files
committed
Ignore libc std test on msvc
1 parent c707aaa commit 8c4d94a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/os/raw/tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![cfg(not(all(windows, target_env = "msvc")))]
12
use crate::any::TypeId;
23

34
macro_rules! ok {

0 commit comments

Comments
 (0)