Skip to content

Commit

Permalink
[tests] enable @LinkDescription test for dotnet (#5346)
Browse files Browse the repository at this point in the history
The feature was added in:

286a0aa

We can enable this test by removing the `DotNetIgnore` category.
  • Loading branch information
radekdoulik authored Dec 1, 2020
1 parent 8e097b4 commit 4cd3913
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ public void WarnAboutAppDomains ([Values (true, false)] bool isRelease)
}

[Test]
[Category ("DotNetIgnore")] //TODO: @(LinkDescription) is not implemented yet
public void LinkDescription ()
{
string assembly_name = Builder.UseDotNet ? "System.Console" : "mscorlib";
Expand Down

0 comments on commit 4cd3913

Please sign in to comment.