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

Update IDE test baseline to use correct LanguageVersion specification

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