Skip to content

Commit 011c14d

Browse files
committed
[Hack] Windows Doesn't Support Globstar 'find'
1 parent 2bd112d commit 011c14d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Incremental/fail/main.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: OS=windows-msvc
2+
// 'find' trick is non-portable...
3+
14
// RUN: %empty-directory(%t)
25
// RUN: %{python} %S/../gen-output-file-map.py -o %t %S/Inputs
36
// RUN: find %S -name "*.swift" > %t/Sources.resp

test/Incremental/multi-file/main.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: OS=windows-msvc
2+
// 'find' trick is non-portable...
3+
14
// RUN: %empty-directory(%t)
25
// RUN: %{python} %S/../gen-output-file-map.py -o %t %S/Inputs
36
// RUN: find %S -name "*.swift" > %t/Sources.resp

0 commit comments

Comments
 (0)