From 7f677ce417f028131d16905f89d76734efc61a71 Mon Sep 17 00:00:00 2001 From: Holly Borla Date: Wed, 3 Apr 2024 16:34:13 -0700 Subject: [PATCH] [NFC] Mark a concurrency test as unsupported in the freestanding configuration. (cherry picked from commit d12e1b4022410cf28f5c2b89b8df98ec62ff78da) --- test/Concurrency/actor_data_race_checks_minimal.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Concurrency/actor_data_race_checks_minimal.swift b/test/Concurrency/actor_data_race_checks_minimal.swift index e2bbdbdaf9f48..da9309126a385 100644 --- a/test/Concurrency/actor_data_race_checks_minimal.swift +++ b/test/Concurrency/actor_data_race_checks_minimal.swift @@ -3,6 +3,7 @@ // REQUIRES: executable_test // REQUIRES: concurrency // REQUIRES: concurrency_runtime +// UNSUPPORTED: freestanding @preconcurrency @MainActor protocol P {