File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/EditorFeatures/Test2/GoToDefinition Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Imports System.Threading
66Imports Microsoft.CodeAnalysis.Editor.CSharp.Navigation
77Imports Microsoft.CodeAnalysis.Editor.Shared.Utilities
88Imports Microsoft.CodeAnalysis.Editor.UnitTests.Utilities.GoToHelpers
9- Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces
109Imports Microsoft.CodeAnalysis.Editor.VisualBasic.Navigation
1110Imports Microsoft.CodeAnalysis.Navigation
1211Imports Microsoft.VisualStudio.Text
@@ -62,7 +61,6 @@ Namespace Microsoft.CodeAnalysis.Editor.UnitTests.GoToDefinition
6261
6362 expectedLocations.Sort()
6463
65-
6664 Dim expectedPresenterLocations = workspace.Documents.
6765 Where ( Function (d) d.AnnotatedSpans.ContainsKey( "PresenterLocation" )).
6866 Select ( Function (d) (d.Id, spans:=d.AnnotatedSpans( "PresenterLocation" )))
@@ -133,7 +131,6 @@ Namespace Microsoft.CodeAnalysis.Editor.UnitTests.GoToDefinition
133131 Assert.Null(mockDocumentNavigationService._documentId)
134132 Assert.False(presenterCalled)
135133 End If
136-
137134 End Using
138135 End Function
139136 End Class
You can’t perform that action at this time.
0 commit comments