From 26cbf4483d25e9cd26e58fbe7fa2796b828f6d0b Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Thu, 7 Feb 2019 16:49:31 -0800 Subject: [PATCH] Update IDE test baseline to use correct LanguageVersion specification --- .../IntelliSense/CSharpCompletionCommandHandlerTests.vb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests.vb b/src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests.vb index 90bdd27472a..1f4e4b3ca3e 100644 --- a/src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests.vb +++ b/src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests.vb @@ -1711,8 +1711,6 @@ class C Public Async Function NoKeywordsOrSymbolsAfterNamedParameterWithCSharp7(completionImplementation As CompletionImplementation) As Task Using state = TestStateFactory.CreateCSharpTestState(completionImplementation, - - class Goo { @@ -1726,9 +1724,7 @@ class Goo { } } - - - ) + , languageVersion:=LanguageVersion.CSharp7) state.SendTypeChars("a") Await state.AssertCompletionSession() -- GitLab