Skip to content

Commit 9331cfa

Browse files
committed
[Concurrency] Fix one last test for __await -> await
1 parent dd075c6 commit 9331cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Syntax/Parser/async.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func testTypeExprs() {
1616
}
1717

1818
func testAwaitOperator() async {
19-
let _ = __await asyncGlobal1()
19+
let _ = await asyncGlobal1()
2020
}
2121

2222
func testAsyncClosure() {

0 commit comments

Comments
 (0)