Skip to content

Commit a168227

Browse files
committed
[testing] Add missing REQUIRES: concurrency
1 parent 4a058ae commit a168227

5 files changed

+5
-0
lines changed

test/SIL/Distributed/distributed_actor_default_deinit_sil.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-frontend -O -primary-file %s -emit-sil -enable-experimental-distributed | %FileCheck %s --dump-input=fail
2+
// REQUIRES: concurrency
23

34
import _Distributed
45

test/SIL/Distributed/distributed_actor_default_init_sil.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-frontend -O -primary-file %s -emit-sil -enable-experimental-distributed | %FileCheck %s
2+
// REQUIRES: concurrency
23

34
import _Distributed
45

test/SIL/Distributed/distributed_actor_remote_deinit_sil.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-frontend -O -primary-file %s -emit-sil -enable-experimental-distributed | %FileCheck %s --dump-input=fail
2+
// REQUIRES: concurrency
23

34
import _Distributed
45

test/SIL/Distributed/distributed_actor_remote_deinit_sil_normal.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-frontend -O -primary-file %s -emit-sil -enable-experimental-distributed | %FileCheck %s --dump-input=fail
2+
// REQUIRES: concurrency
23

34
import _Distributed
45

test/SIL/Distributed/distributed_actor_user_transport_init_sil.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-frontend -O -primary-file %s -emit-sil -enable-experimental-distributed | %FileCheck %s --dump-input=fail
2+
// REQUIRES: concurrency
23

34
import _Distributed
45

0 commit comments

Comments
 (0)