Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/Mono.Linker.Tests/Tests/DocumentationSignatureParserTests.cs')
-rw-r--r--test/Mono.Linker.Tests/Tests/DocumentationSignatureParserTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Mono.Linker.Tests/Tests/DocumentationSignatureParserTests.cs b/test/Mono.Linker.Tests/Tests/DocumentationSignatureParserTests.cs
index 408649fd1..4ea98ba18 100644
--- a/test/Mono.Linker.Tests/Tests/DocumentationSignatureParserTests.cs
+++ b/test/Mono.Linker.Tests/Tests/DocumentationSignatureParserTests.cs
@@ -495,7 +495,7 @@ namespace Mono.Linker.Tests
[ExpectUnresolvedDocumentationSignature ("E:Mono.Linker.Tests.DocumentationSignatureParserTests.Invalid.OnEvent`gibberish")]
public event EventHandler OnEvent;
- // the below work, but seem like they shouldn't. See https://github.com/mono/linker/issues/1214.
+ // the below work, but seem like they shouldn't. See https://github.com/dotnet/linker/issues/1214.
[ExpectExactlyResolvedDocumentationSignature ("TMono.Linker.Tests.DocumentationSignatureParserTests.Invalid.NoColon")]
public class NoColon