Skip to content

Commit cb1e59d

Browse files
committed
Fix typo in test
1 parent 4dacb6a commit cb1e59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Concurrency/actor_isolation_unsafe.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct S3_P1: P1 {
2929
nonisolated func onMainActor() { }
3030
}
3131

32-
struct S4_P1_quitely: P1 {
32+
struct S4_P1_quietly: P1 {
3333
@SomeGlobalActor func onMainActor() { }
3434
}
3535

0 commit comments

Comments
 (0)