Skip to content

Commit 19dd44b

Browse files
authored
Merge pull request #72824 from hborla/unsupported-data-race-check-config
[NFC] Mark a concurrency test as unsupported in the freestanding configuration.
2 parents 83c9fb8 + d12e1b4 commit 19dd44b

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)