Skip to content

Commit

Permalink
Remove 9 from parsing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chsienki committed Jun 11, 2020
1 parent 9f53b3a commit 1606437
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1531,8 +1531,6 @@ public void ArgumentParsing()
[InlineData("7.3", LanguageVersion.CSharp7_3)]
[InlineData("8", LanguageVersion.CSharp8)]
[InlineData("8.0", LanguageVersion.CSharp8)]
[InlineData("9", LanguageVersion.Preview)]
[InlineData("9.0", LanguageVersion.Preview)]
[InlineData("preview", LanguageVersion.Preview)]
public void LangVersion_CanParseCorrectVersions(string value, LanguageVersion expectedVersion)
{
Expand Down

0 comments on commit 1606437

Please sign in to comment.