File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 1330ab0232d776c771b9591ca6b09aba4b121a51
2
+ refs/heads/master: 22e2d1dee048cd145129cfeeb7b4ea33dd7dc952
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change
1
+ // RUN: %empty-directory(%t)
2
+ // RUN: not test -e %platform-sdk-overlay-dir/XCTest.swiftmodule || %target-build-swift %s -o %t/main
3
+
4
+ // REQUIRES: objc_interop
5
+
6
+ import XCTest
7
+
8
+ // Check that we can actually refer to functions from the XCTest overlay.
9
+ let optionalInt : Int ? = nil
10
+ XCTAssertNil ( optionalInt)
11
+
12
+ // Check that the underlying framework was imported.
13
+ _ = XCTestCase . self
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/python
2
2
# RUN: ${python} %s %target-swiftmodule-name %platform-sdk-overlay-dir \
3
- # RUN: %target-sil-opt -sdk %sdk -enable-sil-verify-all \
4
- # RUN: -F "%xcode-extra-frameworks-dir"
3
+ # RUN: %target-sil-opt -sdk %sdk -enable-sil-verify-all \
4
+ # RUN: -Fsystem %sdk/System/Library/PrivateFrameworks \
5
+ # RUN: -F "%xcode-extra-frameworks-dir"
5
6
6
7
# REQUIRES: long_test
7
8
# REQUIRES: nonexecutable_test
You can’t perform that action at this time.
0 commit comments