提交 26cbf448 编写于 作者: A Andy Gocke

Update IDE test baseline to use correct LanguageVersion specification

上级 3610d1b1
......@@ -1711,8 +1711,6 @@ class C
<WpfTheory, Trait(Traits.Feature, Traits.Features.Completion)>
Public Async Function NoKeywordsOrSymbolsAfterNamedParameterWithCSharp7(completionImplementation As CompletionImplementation) As Task
Using state = TestStateFactory.CreateCSharpTestState(completionImplementation,
<Workspace>
<Project Language="C#" CommonReferences="true" LanguageVersion="7">
<Document>
class Goo
{
......@@ -1726,9 +1724,7 @@ class Goo
{
}
}
</Document>
</Project>
</Workspace>)
</Document>, languageVersion:=LanguageVersion.CSharp7)
state.SendTypeChars("a")
Await state.AssertCompletionSession()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册