Skip to content

Commit c8c8f16

Browse files
committed
Fix original test as well
1 parent aab66ee commit c8c8f16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/ClangImporter/objc_async.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ func testSlowServer(slowServer: SlowServer) async throws {
4545

4646
slowServer.repeatTrick("jump") // expected-error{{missing argument for parameter 'completionHandler' in call}}
4747

48-
_ = try await slowServer.oldAPI(); // expected-error{{'oldAPI()' is unavailable in macOS: APIs deprecated as of macOS 10.14 and earlier are not imported as 'async'}}
4948
_ = try await slowServer.someAsyncMethod()
5049
}
5150

0 commit comments

Comments
 (0)