[IDE] Remove "Begin completions" and "End completions" from test cases

These test lines weren't actually providing any value and were annoying to write. Let's jut remove them.
This commit is contained in:
Alex Hoppen
2023-03-22 09:06:06 -07:00
parent 1f3623d570
commit 32eff21977
190 changed files with 191 additions and 2196 deletions

View File

@@ -1909,7 +1909,6 @@ void SwiftLangSupport::getCursorInfo(
ArrayRef<const char *> Args, Optional<VFSOptions> vfsOptions,
SourceKitCancellationToken CancellationToken,
std::function<void(const RequestResult<CursorInfoData> &)> Receiver) {
std::string error;
auto fileSystem = getFileSystem(vfsOptions, InputFile, error);
if (!fileSystem)