Skip to content

Commit 1c60c54

Browse files
committed
fix dsymbol tests
1 parent 0757638 commit 1c60c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsymbol/src/dsymbol/tests.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ ScopeSymbolPair generateAutocompleteTrees(string source, string filename, ref Mo
648648

649649

650650
secondPass(first.rootSymbol, first.moduleScope, cache);
651-
thirdPass(first.moduleScope, cache, cursorPosition);
651+
thirdPass(first.rootSymbol, first.moduleScope, cache, cursorPosition);
652652
auto ufcsSymbols = getUFCSSymbolsForCursor(first.moduleScope, tokens, cursorPosition);
653653
auto r = first.rootSymbol.acSymbol;
654654
typeid(SemanticSymbol).destroy(first.rootSymbol);

0 commit comments

Comments
 (0)