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.
1 parent e219249 commit a4849a3Copy full SHA for a4849a3
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