Skip to content

Commit 21c3dff

Browse files
committed
[testing] Add missing REQUIRES: concurrency
1 parent e547c06 commit 21c3dff

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)