提交 cb91e412 编写于 作者: O Oleg Tkachenko

fix a mismerge causing VB Encapsulate unit tests failures

上级 7921a18a
......@@ -39,7 +39,7 @@ Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.EncapsulateField
Dim args = New EncapsulateFieldCommandArgs(_testDocument.GetTextView(), _testDocument.GetTextBuffer())
Dim commandHandler = New EncapsulateFieldCommandHandler(Workspace.GetService(Of ITextBufferUndoManagerProvider)(),
Workspace.ExportProvider.GetExportedValue(Of IAsynchronousOperationListenerProvider))
commandHandler.ExecuteCommand(args, Nothing)
commandHandler.ExecuteCommand(args, TestCommandExecutionContext.Create())
End Sub
Public Sub AssertEncapsulateAs(expected As String)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册