Skip to content

Commit e01f75a

Browse files
authored
Merge pull request swiftlang#39613 from davezarzycki/pr39613
2 parents af4c2f4 + bff8520 commit e01f75a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Concurrency/async_main_invalid_global_actor.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-typecheck-verify-swift -disable-availability-checking -parse-as-library
2+
// REQUIRES: concurrency
23

34
@globalActor
45
actor Kat {

test/Concurrency/async_main_mainactor_isolation.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-typecheck-verify-swift -disable-availability-checking -parse-as-library
2+
// REQUIRES: concurrency
23
// This should pass without any warnings or errors
34

45
@MainActor

0 commit comments

Comments
 (0)