Skip to content

Commit b88c3c8

Browse files
committed
[region-isolation] Add REQUIRES asserts/concurrency to two tests.
1 parent 861d967 commit b88c3c8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Concurrency/transfernonsendable_instruction_matching.sil

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-sil-opt -transfer-non-sendable -enable-experimental-feature RegionBasedIsolation -strict-concurrency=complete %s -verify
22

3+
// REQUIRES: concurrency
4+
// REQUIRES: asserts
5+
36
// PLEASE READ THIS!
47
//
58
// This test is specifically to test out individual instruction interactions,

test/Concurrency/transfernonsendable_instruction_matching_opaquevalues.sil

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-sil-opt -transfer-non-sendable -enable-sil-opaque-values -enable-experimental-feature RegionBasedIsolation -strict-concurrency=complete %s -verify
22

3+
// REQUIRES: concurrency
4+
// REQUIRES: asserts
5+
36
// PLEASE READ THIS!
47
//
58
// This test is specifically to test out individual instruction interactions,

0 commit comments

Comments
 (0)