Skip to content

Commit 310f7f8

Browse files
Emilgardisemilio
authored andcommitted
disable test_clang_env_args on windows
1 parent 26fed09 commit 310f7f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ macro_rules! test_header {
410410
include!(concat!(env!("OUT_DIR"), "/tests.rs"));
411411

412412
#[test]
413+
#[cfg_attr(target_os = "windows", ignore)]
413414
fn test_clang_env_args() {
414415
std::env::set_var(
415416
"BINDGEN_EXTRA_CLANG_ARGS",

0 commit comments

Comments
 (0)