Skip to content

Commit c1829f5

Browse files
authored
Merge pull request #77441 from gottesmm/pr-0ce2322177af559e175f1b4fbb1582f8953e65af
Add REQUIRES: asserts to a test that needs asserts.
2 parents 3f8ffaa + ccb6c66 commit c1829f5

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)