File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
// REQUIRES: VENDOR=apple
2
+
3
+ // Required DummyFramework imported is only built for those two CPU architectures.
4
+ // REQUIRES: CPU=arm64 || CPU=x86_64
5
+ // REQUIRES: OS=macosx
6
+
2
7
// RUN: %empty-directory(%t/module-cache)
3
- // RUN: not %target-swift-frontend-typecheck -disable-implicit-concurrency-module-import -target arm64 -apple-macosx13.0 -F %S/Inputs %s -module-cache-path %t/module-cache
4
- // RUN: %target-swift-frontend-typecheck -disable-implicit-concurrency-module-import -target arm64 -apple-macosx13.0 -F %S/Inputs %s -module-cache-path %t/module-cache -backup-module-interface-path %S/Inputs/alternative-interfaces
8
+ // RUN: not %target-swift-frontend-typecheck -disable-implicit-concurrency-module-import -target %target-cpu -apple-macosx13.0 -F %S/Inputs %s -module-cache-path %t/module-cache
9
+ // RUN: %target-swift-frontend-typecheck -disable-implicit-concurrency-module-import -target %target-cpu -apple-macosx13.0 -F %S/Inputs %s -module-cache-path %t/module-cache -backup-module-interface-path %S/Inputs/alternative-interfaces
5
10
6
11
import DummyFramework
You can’t perform that action at this time.
0 commit comments