Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restrict directories that we search for
MyDependency.swift
in tests
It appears that moving the index-build directory to be a subdirectory of `.build` caused some file in the index-build directory to exceed the `MAX_PATH` length on the SourceKit-LSP PR testing job (but not the swift PR job because that has a shorter job name). Because of swiftlang/swift-foundation#1049, we would stop directory iteration at that file exceeding `MAX_PATH` and never find `MyDependency.swift`, causing these tests to fail.
- Loading branch information