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)