File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
validation-test/compiler_crashers_2 Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 7ea1372021b0be94649da6864e64dec5bd6277eb
2
+ refs/heads/master: 5d901cec447c796c59bfcfd3fe0023b50cb2aa04
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: %swift -target arm64-apple-ios8.0 -parse-stdlib -enable-objc-interop -disable-objc-attr-requires-foundation-module -I %S/Inputs/usr/include -emit-ir %s -o - | %FileCheck %s -check-prefix CHECK-MACHO
1
+ // RUN: %swift -target arm64-apple-ios8.0 -disable-legacy-type-info - parse-stdlib -enable-objc-interop -disable-objc-attr-requires-foundation-module -I %S/Inputs/usr/include -emit-ir %s -o - | %FileCheck %s -check-prefix CHECK-MACHO
2
2
3
3
// REQUIRES: OS=ios
4
4
Original file line number Diff line number Diff line change 1
1
// RUN: not --crash %target-swift-frontend -typecheck %s
2
2
3
+ // REQUIRES: asserts
4
+
3
5
protocol P1 {
4
6
associatedtype A2 : P2 where A2. A1 == Self
5
7
}
You can’t perform that action at this time.
0 commit comments