File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 30eca3cc851729903779bc5565d56dc6da1d318e
2
+ refs/heads/master: d784b8dacb8dcf57dc34d411b85a98f6b338cf3f
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
1
// RUN: %target-swiftc_driver -O %s -o /dev/null 2>&1 | %FileCheck -allow-empty -check-prefix=DEFAULT %s
2
2
// RUN: %target-swiftc_driver -O -Rpass=sil-inliner %s -o /dev/null 2>&1 | %FileCheck -check-prefix=REMARK_PASSED %s
3
3
// RUN: %target-swiftc_driver -O -Rpass-missed=sil-inliner %s -o /dev/null 2>&1 | %FileCheck -check-prefix=REMARK_MISSED %s
4
-
4
+ // REQUIRES: rdar42247881
5
5
// DEFAULT-NOT: remark
6
6
7
7
func big( ) {
Original file line number Diff line number Diff line change 6
6
// REQUIRES: executable_test
7
7
8
8
// REQUIRES: objc_interop
9
+ // REQUIRES: rdar42247881
9
10
10
11
import Foundation
11
12
You can’t perform that action at this time.
0 commit comments