Skip to content

Commit

Permalink
Enable test.
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Oct 25, 2018
1 parent 6f2f81d commit 4912909
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6312,7 +6312,7 @@ void M()
Assert.Equal("this, x", GetSymbolNamesJoined(dataFlowAnalysisResults.WrittenOutside));
}

[Fact(Skip = "https://github.com/dotnet/roslyn/issues/30548")]
[Fact]
[WorkItem(30548, "https://github.com/dotnet/roslyn/issues/30548")]
public void SymbolInDataFlowInButNotInReadInside()
{
Expand Down

0 comments on commit 4912909

Please sign in to comment.