Skip to content

Commit f1b222d

Browse files
committed
XFAIL test with a newly revealed mistake
1 parent cc709d6 commit f1b222d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/SILOptimizer/lifetime_dependence_scope_fixup.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,10 @@ func test5(_ a: Array<Int>) {
138138
}
139139
}
140140

141+
// rdar://124651399
142+
// XFAIL: *
141143
func test6(_ a: Array<Int>) {
142-
var p : View?
144+
var p : View? // error: type 'View' does not conform to protocol 'Escapable'
143145
a.withUnsafeBytes {
144146
var x = NCContainer($0, a.count)
145147
mutate(&x)

0 commit comments

Comments
 (0)