Skip to content

Commit 148ff34

Browse files
committed
[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
1 parent 76fb0ee commit 148ff34

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ function(get_test_dependencies SDK result_var_name)
4747
list(APPEND deps sdk-overlay)
4848
endif()
4949

50-
if(SWIFT_BUILD_REMOTE_MIRROR)
51-
list(APPEND deps swiftRemoteInspection)
52-
endif()
53-
5450
set(deps_binaries)
5551

5652
if (SWIFT_INCLUDE_TOOLS)

0 commit comments

Comments
 (0)