Skip to content

Commit 498ce63

Browse files
authored
Merge pull request #67104 from bnbarham/fix-missing-requires
[Test] Add asserts requirement to tests with experimental feature
2 parents 300e7ce + 3021214 commit 498ce63

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

test/Concurrency/DeferredSendableChecking/defer_and_silgen.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
// RUN: %target-typecheck-verify-swift -emit-sil -strict-concurrency=complete -enable-experimental-feature DeferredSendableChecking
21
// REQUIRES: concurrency
2+
// REQUIRES: asserts
3+
4+
// RUN: %target-typecheck-verify-swift -emit-sil -strict-concurrency=complete -enable-experimental-feature DeferredSendableChecking
35

46
/*
57
This file tests the experimental DeferredSendableChecking feature. This features the passing

test/Concurrency/DeferredSendableChecking/defer_and_typecheck_only.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
// RUN: %target-typecheck-verify-swift -typecheck -strict-concurrency=complete -enable-experimental-feature DeferredSendableChecking
21
// REQUIRES: concurrency
2+
// REQUIRES: asserts
3+
4+
// RUN: %target-typecheck-verify-swift -strict-concurrency=complete -enable-experimental-feature DeferredSendableChecking
35

46
/*
57
This file tests the experimental DeferredSendableChecking feature. This features the passing

0 commit comments

Comments
 (0)