Skip to content

Commit bf3c733

Browse files
committed
Add conditional compilation for tests to exclude Windows platform
1 parent e9d9939 commit bf3c733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/tmc-langs-framework/src/plugin.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,7 @@ force_update:
11571157
}
11581158

11591159
#[test]
1160+
#[cfg(not(target_os = "windows"))]
11601161
fn safe_find_project_dir_single_folder_not_used_when_root_has_files() {
11611162
init();
11621163

0 commit comments

Comments
 (0)