Skip to content

Commit

Permalink
Merge pull request #57364 from dotnet/dev/jorobich/unskip-verifydeselect
Browse files Browse the repository at this point in the history
Unskip BasicGenerateConstructorDialog.VerifyDeselect
  • Loading branch information
JoeRobich authored Oct 26, 2021
2 parents 02fc5eb + a232328 commit af05600
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 af05600

Please sign in to comment.