Skip to content

Commit a201885

Browse files
committed
Fix test
1 parent 5ecb9eb commit a201885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Concurrency/closure_isolation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extension MyActor {
4242

4343
// CHECK: acceptEscapingAsyncClosure
4444
// CHECK: closure_expr
45-
// CHEC:actor-isolated
45+
// CHECK: actor-isolated
4646
acceptEscapingAsyncClosure { () async in print(self) }
4747
}
4848
}

0 commit comments

Comments
 (0)