We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8ffaa commit ccb6c66Copy full SHA for ccb6c66
test/Concurrency/sending_conditional_suppression.swift
@@ -1,8 +1,8 @@
1
// RUN: %empty-directory(%t)
2
-
3
// RUN: %target-swift-frontend -enable-upcoming-feature SendingArgsAndResults -swift-version 5 -enable-library-evolution -module-name test -emit-module -o %t/test.swiftmodule -emit-module-interface-path - -target %target-swift-5.1-abi-triple -Xllvm -swift-ast-printer-number-suppression-checks %s | %FileCheck %s
4
5
// REQUIRES: swift_feature_SendingArgsAndResults
+// REQUIRES: asserts
6
7
public class NonSendableKlass {}
8
0 commit comments