Skip to content

Commit 6003261

Browse files
committed
[test] XFAIL crashing Sema test
1 parent 6b7d316 commit 6003261

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/Sema/fixed_ambiguities/rdar35623181.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
21
// RUN: %target-swift-frontend -emit-sil -verify %s | %FileCheck %s
32

3+
// XFAIL: *
4+
// ^ SR-7673
5+
46
extension Sequence where Element == String {
57
func record() -> String {
68
// CHECK: function_ref @$Ss20LazySequenceProtocolPsE3mapys0a3MapB0Vy8ElementsQzqd__Gqd__7ElementQzclF : $@convention(method) <τ_0_0 where τ_0_0 : LazySequenceProtocol><τ_1_0> (@guaranteed @callee_guaranteed (@in_guaranteed τ_0_0.Element) -> @out τ_1_0, @in_guaranteed τ_0_0) -> @out LazyMapSequence<τ_0_0.Elements, τ_1_0

0 commit comments

Comments
 (0)