Skip to content

Commit fe0dd18

Browse files
committed
[send-non-sendable] Change test to emit sil to /dev/null.
We are just checking for diagnostics here, so emitting the SIL just makes the output harder to read.
1 parent c68a976 commit fe0dd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Concurrency/DeferredSendableChecking/region_based_sendability.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-typecheck-verify-swift -emit-sil -strict-concurrency=complete -enable-experimental-feature SendNonSendable -disable-availability-checking
1+
// RUN: %target-typecheck-verify-swift -emit-sil -strict-concurrency=complete -enable-experimental-feature SendNonSendable -disable-availability-checking -o /dev/null
22
// REQUIRES: concurrency
33
// REQUIRES: asserts
44

0 commit comments

Comments
 (0)