Skip to content

Commit

Permalink
Merge pull request #52071 from MaStr11/patch-2
Browse files Browse the repository at this point in the history
Add missing [Fact] in ConversionCompletionProviderTests
  • Loading branch information
sharwell authored Mar 23, 2021
2 parents 9552f01 + 1b56a44 commit 14cdeb2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1472,6 +1472,8 @@ await VerifyItemInEditorBrowsableContextsAsync(
referencedLanguage: LanguageNames.CSharp);
}

[WpfFact, Trait(Traits.Feature, Traits.Features.Completion)]
[WorkItem(47511, "https://github.com/dotnet/roslyn/issues/47511")]
public async Task TestEditorBrowsableOnConversionIsRespected_EditorBrowsableStateNever_InheritedConversion_2()
{
var markup = @"
Expand Down

0 comments on commit 14cdeb2

Please sign in to comment.