Skip to content

Commit 987d53e

Browse files
authored
Merge pull request swiftlang#40417 from eeckstein/fix-test
tests: the Concurrency/predates_concurrency_swift6.swift requires asserts
2 parents 35fe8e7 + 65bdb80 commit 987d53e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Concurrency/predates_concurrency_swift6.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-typecheck-verify-swift -disable-availability-checking -swift-version 6
22
// REQUIRES: concurrency
3+
// REQUIRES: asserts
34

45
@_predatesConcurrency func unsafelySendableClosure(_ closure: @Sendable () -> Void) { }
56

0 commit comments

Comments
 (0)