Skip to content

Commit 5497367

Browse files
committed
Remove anything that will detect LangVerion for VB<16
1 parent 293f553 commit 5497367

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/EditorFeatures/VisualBasicTest/LineCommit/CommitOnEnterTests.vb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ End Class
7676
</Project>
7777
</Workspace>
7878

79-
AssertCommitsStatement(test, _ ' Test that Roslyn supports VB16 Continuation Comments After Line Continuation internally
80-
expectCommit:=False)
79+
AssertCommitsStatement(test, expectCommit:=False)
8180
End Sub
8281

8382
<WpfFact>

0 commit comments

Comments
 (0)