Skip to content

Commit 3a1b41f

Browse files
committed
[Test][Dependency Scanning] Restrict macos-only test
The headers this test is relying on have some macos-specific dependency behavior. Restrict the test for now, to unblock testing on other platforms. Resolves rdar://146771469
1 parent 0997a7e commit 3a1b41f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ScanDependencies/Incremental/module_deps_invalidate.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: OS=macosx
2+
// REQUIRES: executable_test
13
// RUN: %empty-directory(%t)
24
// RUN: %empty-directory(%t/module-cache)
35
// RUN: %empty-directory(%t/Modules)

0 commit comments

Comments
 (0)