Skip to content

Commit e8448ee

Browse files
committed
[send-non-sendable] Move tests from DeferredSendableChecking into the main Concurrency test directory.
I added a sendnonsendable_ prefix to the test names so we still know they are for sendnonsendable.
1 parent 026f173 commit e8448ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Concurrency/DeferredSendableChecking/defer_and_typecheck_only.swift renamed to test/Concurrency/sendnonsendable_defer_and_typecheck_only.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
// RUN: %target-typecheck-verify-swift -strict-concurrency=complete -enable-experimental-feature SendNonSendable
2+
13
// REQUIRES: concurrency
24
// REQUIRES: asserts
35

4-
// RUN: %target-typecheck-verify-swift -strict-concurrency=complete -enable-experimental-feature SendNonSendable
5-
66
/*
77
This file tests the experimental SendNonSendable feature. This feature causes the passing
88
of non-sendable values to isolation-crossing calls to not yield diagnostics during AST passes,

0 commit comments

Comments
 (0)