mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user