Skip to content

Commit 8199e8d

Browse files
authored
Merge pull request #17400 from jrose-apple/4.2-Fsystem-PrivateFrameworks
2 parents 6e2ef88 + a4849a3 commit 8199e8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validation-test/Serialization/rdar40839486.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 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
2+
// RUN: %target-build-swift -emit-module-path %t/main4.swiftmodule -swift-version 4 -Fsystem %sdk/System/Library/PrivateFrameworks/ %s
3+
// RUN: %target-build-swift -emit-module-path %t/main4_2.swiftmodule -swift-version 4.2 -Fsystem %sdk/System/Library/PrivateFrameworks/ %s
44

55
// REQUIRES: OS=macosx || OS=ios
66

0 commit comments

Comments
 (0)