Skip to content

Commit a7ae635

Browse files
author
Nick Flueckiger
committed
Exclude test on windows
1 parent 11c82a8 commit a7ae635

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testsuite/tool_paths.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ fn custom_linker_env() {
355355

356356

357357
#[cargo_test]
358+
#[cfg(not(windows))]
358359
fn target_in_environment_contains_lower_case() {
359360
let p = project().file("src/main.rs", "fn main() {}").build();
360361

0 commit comments

Comments
 (0)