Skip to content

Commit 60838a0

Browse files
committed
more merge artifacts fixes
1 parent 3490297 commit 60838a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RubberduckTests/Symbols/DeclarationFinderTests.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
using System.Linq;
1+
using System.Collections.Generic;
2+
using System.Linq;
23
using System.Threading;
4+
using Antlr4.Runtime;
35
using Microsoft.VisualStudio.TestTools.UnitTesting;
6+
using Rubberduck.Parsing.Grammar;
47
using Rubberduck.Parsing.Symbols;
58
using Rubberduck.Parsing.VBA;
69
using Rubberduck.VBEditor;

0 commit comments

Comments
 (0)