From 2fbc8defe13d47e56a095e1b291e5dca8d8fe807 Mon Sep 17 00:00:00 2001 From: Egor Zhdan Date: Fri, 10 Oct 2025 13:09:04 +0100 Subject: [PATCH] [cxx-interop] Add missing `// REQUIRES: concurrency_runtime` This prevents this test from running on older macOS versions. rdar://160960247 --- test/Interop/SwiftToCxx/class/swift-actor-execution.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Interop/SwiftToCxx/class/swift-actor-execution.cpp b/test/Interop/SwiftToCxx/class/swift-actor-execution.cpp index 7a828c2a1d9ef..eaeb22cb2caaa 100644 --- a/test/Interop/SwiftToCxx/class/swift-actor-execution.cpp +++ b/test/Interop/SwiftToCxx/class/swift-actor-execution.cpp @@ -21,6 +21,7 @@ // REQUIRES: executable_test // REQUIRES: concurrency +// REQUIRES: concurrency_runtime #include #include "actor.h"