From 148ff34fee0784fe68e51a2eb74118b619669c6f Mon Sep 17 00:00:00 2001 From: Alastair Houghton Date: Mon, 13 May 2024 15:01:44 +0100 Subject: [PATCH] [Tests] Remove erroneous swiftRemoteInspection dependency. This was added by #71839 as part of a fix for the `TypeRoundTrip/round-trip.swift` test, but it isn't necessary and it's breaking nightly builds. rdar://128000843 --- test/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 017c574f55183..766b3f16f4da0 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -47,10 +47,6 @@ function(get_test_dependencies SDK result_var_name) list(APPEND deps sdk-overlay) endif() - if(SWIFT_BUILD_REMOTE_MIRROR) - list(APPEND deps swiftRemoteInspection) - endif() - set(deps_binaries) if (SWIFT_INCLUDE_TOOLS)