Skip to content

Commit b09aad8

Browse files
committed
[Tests] NFC: Adjust previous fixed test-case
1 parent c81db8e commit b09aad8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Generics/inverse_signatures.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,9 @@ extension Cond: Copyable where T: Copyable {}
193193
// CHECK-NEXT: Canonical generic signature: <τ_0_0>
194194
struct ImplicitCond<T: ~Escapable & ~Copyable> {}
195195

196-
// FIXME: At the moment, Sendable in the stdlib requires Escapable.
197196
// CHECK-LABEL: StructDecl name=ImplicitCond
198197
// CHECK-NEXT: (normal_conformance type="ImplicitCond<T>" protocol="Sendable"
199-
// CHECK-NEXT: (assoc_conformance type="Self" proto="Escapable"
198+
// CHECK-NOT: (assoc_conformance type="Self" proto="Escapable"
200199

201200
// CHECK-LABEL: ExtensionDecl line={{.*}} base=ImplicitCond
202201
// CHECK: Generic signature: <T>

0 commit comments

Comments
 (0)