Skip to content

Commit 83878bf

Browse files
authored
Merge pull request swiftlang#38078 from davezarzycki/pr38078
2 parents 62caff6 + 21c3dff commit 83878bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Serialization/actor-attr-query-cycle.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// RUN: %target-swift-frontend -emit-module -o %t/b.swiftmodule -emit-module-source-info-path %t/b.swiftsourceinfo -primary-file %S/Inputs/actor_bar.swift %s -module-name Foo
55
// RUN: %target-swift-frontend -merge-modules -emit-module -o %t/Foo.swiftmodule -emit-module-source-info-path %t/Foo.swiftsourceinfo %t/a.swiftmodule %t/b.swiftmodule -module-name Foo
66

7+
// REQUIRES: concurrency
8+
79
extension Bar {
810
@MainActor
911
func bar() async throws -> Int {

0 commit comments

Comments
 (0)