Skip to content

Commit

Permalink
Fix ActiveIssue issue number to use full Url (dotnet#32182)
Browse files Browse the repository at this point in the history
This is the only one in the repo still using a number.
  • Loading branch information
stephentoub authored Feb 12, 2020
1 parent 3cd83d8 commit 640647d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void BasicTest_AccessInstanceProperties_NoExceptions()

[Fact]
[PlatformSpecific(TestPlatforms.Linux)] // Some APIs are not supported on Linux
[ActiveIssue(18090)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/18090")]
public void BasicTest_AccessInstanceProperties_NoExceptions_Linux()
{
foreach (NetworkInterface nic in NetworkInterface.GetAllNetworkInterfaces())
Expand Down

0 comments on commit 640647d

Please sign in to comment.