Skip to content

Commit

Permalink
Merge pull request #18485 from dotnet/revert-18429-disable-typeavariable
Browse files Browse the repository at this point in the history
Revert "Disable BasicIntellisenes.TypeAVariableDeclaration until #18397 is fixed"
  • Loading branch information
333fred authored Apr 6, 2017
2 parents 032dd94 + 50c5fb7 commit 3c43a68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ End Sub
assertCaretPosition: true);
}

[Fact(Skip = "https://github.com/dotnet/roslyn/issues/18397"), Trait(Traits.Feature, Traits.Features.Completion)]
[Fact, Trait(Traits.Feature, Traits.Features.Completion)]
public void TypeAVariableDeclaration()
{
SetUpEditor(@"
Expand Down

0 comments on commit 3c43a68

Please sign in to comment.