Skip to content

Commit 8a0d68b

Browse files
committed
[testing] Add missing REQUIRES: concurrency
1 parent 8f52c26 commit 8a0d68b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/decl/var/effectful_properties_global.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 -enable-experimental-concurrency
2+
// REQUIRES: concurrency
23

34
var intAsyncProp : Int {
45
get async { 0 }

test/decl/var/effectful_property_wrapper.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 -enable-experimental-concurrency
2+
// REQUIRES: concurrency
23

34
// Currently, we don't support having property wrappers that are effectful.
45
// Eventually we'd like to add this.

0 commit comments

Comments
 (0)