提交 1a8cdb08 编写于 作者: S Sam Harwell

Enable CSharpLanguageServiceTest_MultipleResults

Closes #43255
上级 7dbe283d
...@@ -41,11 +41,9 @@ public async Task CSharpLanguageServiceTest() ...@@ -41,11 +41,9 @@ public async Task CSharpLanguageServiceTest()
} }
} }
[Theory, Trait(Traits.Feature, Traits.Features.RemoteHost)] [Fact, Trait(Traits.Feature, Traits.Features.RemoteHost)]
[CombinatorialData] public async Task CSharpLanguageServiceTest_MultipleResults()
public async Task CSharpLanguageServiceTest_MultipleResults([CombinatorialRange(0, 1000)] int iteration)
{ {
_ = iteration;
var code = @"class Test var code = @"class Test
{ {
void Method() { } void Method() { }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册