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:
authorMateo Torres-Ruiz <mateoatr@users.noreply.github.com>2021-09-16 22:32:11 +0300
committerGitHub <noreply@github.com>2021-09-16 22:32:11 +0300
commit7c88b9ba691d65014934637acfec27f1a985cea9 (patch)
treeadff5fe513b8b3299da0b1585dd85ffa975cd628 /test/Mono.Linker.Tests
parentbe8ec96d897e0817cb89578405c154b4f9252ac5 (diff)
Change occurrences of 'mono/linker' to 'dotnet/linker' (#2277)
Diffstat (limited to 'test/Mono.Linker.Tests')
-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