Skip to content

Commit 95e5c7b

Browse files
committed
test: disable CAS.path_remap on Windows
This test is not possible to support on windows as we do not use `-sysroot` and thus do not have any `-isysroot` flags in the invocation. As we pick up the "sysroot" through the environment or registry, there is not much to test here.
1 parent 6dece8a commit 95e5c7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/CAS/path_remap.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: OS=windows-msvc
2+
13
// RUN: %empty-directory(%t)
24
// RUN: split-file %s %t
35

0 commit comments

Comments
 (0)