Skip to content

Commit

Permalink
Unskip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gafter committed Mar 19, 2019
1 parent eeb95dc commit faf69ce
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,7 @@ static void G(string? s)
);
}

// https://github.com/dotnet/roslyn/issues/29909: Should only warn on F(x) in `case null`.
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/29909")]
[Fact]
[WorkItem(29909, "https://github.com/dotnet/roslyn/issues/29909")]
public void PatternSwitch()
{
Expand Down

0 comments on commit faf69ce

Please sign in to comment.