Skip to content

Commit a09bf8f

Browse files
authored
Merge pull request #72849 from hborla/6.0-unsupported-data-race-check-config
[6.0][NFC] Mark a concurrency test as unsupported in the freestanding configuration.
2 parents de1b0f4 + 7f677ce commit a09bf8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Concurrency/actor_data_race_checks_minimal.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
55
// REQUIRES: concurrency_runtime
6+
// UNSUPPORTED: freestanding
67

78
@preconcurrency @MainActor
89
protocol P {

0 commit comments

Comments
 (0)