未验证 提交 2611d10e 编写于 作者: S Sam Harwell 提交者: GitHub

Merge pull request #33831 from sharwell/unnecessary-wait

Remove unnecessary (duplicate) WaitForAsyncOperations
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Shared.TestHooks;
using Microsoft.VisualStudio.IntegrationTest.Utilities;
using Microsoft.VisualStudio.IntegrationTest.Utilities.Input;
using Roslyn.Test.Utilities;
......@@ -56,7 +55,6 @@ public void VerifyCompletionListForAmbiguousParsingCases()
public delegate R Del<T, R>(T arg);
Del<C, System");
VisualStudio.SendKeys.Send(VirtualKey.Period);
VisualStudio.Workspace.WaitForAsyncOperations(FeatureAttribute.CompletionSet);
VisualStudio.InteractiveWindow.Verify.CompletionItemsExist("ArgumentException");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册