File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
test/Concurrency/DeferredSendableChecking Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %target-typecheck-verify-swift -emit-sil -strict-concurrency=complete -enable-experimental-feature DeferredSendableChecking
2
1
// REQUIRES: concurrency
2
+ // REQUIRES: asserts
3
+
4
+ // RUN: %target-typecheck-verify-swift -emit-sil -strict-concurrency=complete -enable-experimental-feature DeferredSendableChecking
3
5
4
6
/*
5
7
This file tests the experimental DeferredSendableChecking feature. This features the passing
Original file line number Diff line number Diff line change 1
- // RUN: %target-typecheck-verify-swift -typecheck -strict-concurrency=complete -enable-experimental-feature DeferredSendableChecking
2
1
// REQUIRES: concurrency
2
+ // REQUIRES: asserts
3
+
4
+ // RUN: %target-typecheck-verify-swift -strict-concurrency=complete -enable-experimental-feature DeferredSendableChecking
3
5
4
6
/*
5
7
This file tests the experimental DeferredSendableChecking feature. This features the passing
You can’t perform that action at this time.
0 commit comments