Skip to content

Commit a4849a3

Browse files
committed
[test] Work around an issue with Apple's internal bots (#17397)
rdar://problem/41332918 (cherry picked from commit 15c0ca5)
1 parent e219249 commit a4849a3

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)