We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e2ef88 + a4849a3 commit 8199e8dCopy full SHA for 8199e8d
validation-test/Serialization/rdar40839486.swift
@@ -1,6 +1,6 @@
1
// RUN: %empty-directory(%t)
2
-// RUN: %target-build-swift -emit-module-path %t/main4.swiftmodule -swift-version 4 %s
3
-// RUN: %target-build-swift -emit-module-path %t/main4_2.swiftmodule -swift-version 4.2 %s
+// RUN: %target-build-swift -emit-module-path %t/main4.swiftmodule -swift-version 4 -Fsystem %sdk/System/Library/PrivateFrameworks/ %s
+// RUN: %target-build-swift -emit-module-path %t/main4_2.swiftmodule -swift-version 4.2 -Fsystem %sdk/System/Library/PrivateFrameworks/ %s
4
5
// REQUIRES: OS=macosx || OS=ios
6
0 commit comments