Skip to content

Commit c7b7f64

Browse files
authored
---
yaml --- r: 278525 b: refs/heads/swift-5.1-old-llvm-branch c: e8219a5 h: refs/heads/master i: 278523: 415d636
1 parent 4d61bfb commit c7b7f64

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-01-24-a: b6f62823aa5010b2ae53f15f72a57
12411241
refs/heads/marcrasi-astverifier-disable: 3fac766a23a77ebd0640296bfd7fc116ea60a4e0
12421242
refs/heads/revert-22227-a-tall-white-fountain-played: adfce60b2eaa54903ea189bed8a783bca609fa53
12431243
refs/heads/revert-22300-revert-22227-a-tall-white-fountain-played: 5f92040224df7dd4e618fdfb367349df64d8acad
1244-
refs/heads/swift-5.1-old-llvm-branch: bb0f0c8397d066900c92ede9b4129ebacbb940d7
1244+
refs/heads/swift-5.1-old-llvm-branch: e8219a5d04f660131f3e03866be5407c8537d1ee
12451245
refs/heads/swift-5.1-branch: 8060872acb4105d9655e020fe047e1ebcd77d0fb
12461246
refs/tags/swift-4.2.2-RELEASE: e429d1f1aaf59e69d38207a96e56265c7f6fccec
12471247
refs/tags/swift-5.0-DEVELOPMENT-SNAPSHOT-2019-02-02-a: 3e5a03d32ff3b1e9af90d6c1198c14f938379a6e
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

0 commit comments

Comments
 (0)