Skip to content

Commit ccb6c66

Browse files
committed
Add REQUIRES: asserts to a test that needs asserts.
1 parent 3f8ffaa commit ccb6c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Concurrency/sending_conditional_suppression.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %empty-directory(%t)
2-
32
// 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
43

54
// REQUIRES: swift_feature_SendingArgsAndResults
5+
// REQUIRES: asserts
66

77
public class NonSendableKlass {}
88

0 commit comments

Comments
 (0)