Skip to content

Commit 4e7bd77

Browse files
committed
XFAIL crasher for swift-5.0-branch
The previous commit causes it to regress. It doesn't crash on master and it's a wild crash-on-invalid so I'm just going to leave it as-is.
1 parent 81ceeaf commit 4e7bd77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validation-test/compiler_crashers_fixed/28815-formprotocolrelativetype-swift-protocoldecl-swift-genericsignaturebuilder-potent.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

88
// RUN: not %target-swift-frontend %s -emit-ir
9+
10+
// XFAIL: *
11+
912
extension CountableRange{{}{}protocol P{typealias a:A{}func
1013
protocol A:CountableRange

0 commit comments

Comments
 (0)