Skip to content

Commit

Permalink
Unskip BasicGenerateConstructorDialog.VerifyDeselect
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich authored Oct 25, 2021
1 parent 35546d0 commit a232328
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ End Sub
End Class", actualText);
}

[WpfFact(Skip = "https://github.com/dotnet/roslyn/issues/57237"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateConstructorFromMembers)]
[WpfFact, Trait(Traits.Feature, Traits.Features.CodeActionsGenerateConstructorFromMembers)]
public void VerifyDeselect()
{
SetUpEditor(
Expand Down

0 comments on commit a232328

Please sign in to comment.