Skip to content

Commit 8c71843

Browse files
committed
Fix test for the branch
1 parent 57f9714 commit 8c71843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ClangImporter/objc_async.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ func testSender(
354354

355355
sender.sendAnyArray([sendableObject])
356356
sender.sendAnyArray([nonSendableObject])
357-
// expected-warning@-1 {{conformance of 'NonSendableClass' to 'Sendable' is unavailable; this is an error in Swift 6}}
357+
// expected-warning@-1 {{conformance of 'NonSendableClass' to 'Sendable' is unavailable}}
358358

359359
sender.sendGeneric(sendableGeneric)
360360
// expected-warning@-1{{type 'GenericObject<SendableClass>' does not conform to the 'Sendable' protocol}}

0 commit comments

Comments
 (0)