fix dsymbol tests

This commit is contained in:
WebFreak001 2023-05-20 00:05:06 +02:00
parent 5286a45e1a
commit b4424cda3e
No known key found for this signature in database
GPG Key ID: AEFC88D11109D1AA
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ ScopeSymbolPair generateAutocompleteTrees(string source, string filename, ref Mo
secondPass(first.rootSymbol, first.moduleScope, cache);
thirdPass(first.moduleScope, cache, cursorPosition);
thirdPass(first.rootSymbol, first.moduleScope, cache, cursorPosition);
auto ufcsSymbols = getUFCSSymbolsForCursor(first.moduleScope, tokens, cursorPosition);
auto r = first.rootSymbol.acSymbol;
typeid(SemanticSymbol).destroy(first.rootSymbol);