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.Cases/DataFlow/AnnotatedMembersAccessedViaReflection.cs')
-rw-r--r--test/Mono.Linker.Tests.Cases/DataFlow/AnnotatedMembersAccessedViaReflection.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Mono.Linker.Tests.Cases/DataFlow/AnnotatedMembersAccessedViaReflection.cs b/test/Mono.Linker.Tests.Cases/DataFlow/AnnotatedMembersAccessedViaReflection.cs
index 9f1ea54b6..5c8518ac4 100644
--- a/test/Mono.Linker.Tests.Cases/DataFlow/AnnotatedMembersAccessedViaReflection.cs
+++ b/test/Mono.Linker.Tests.Cases/DataFlow/AnnotatedMembersAccessedViaReflection.cs
@@ -516,7 +516,7 @@ namespace Mono.Linker.Tests.Cases.DataFlow
typeof (AnnotatedGenerics).RequiresPublicMethods ();
}
- // This should produce IL2071 https://github.com/mono/linker/issues/2144
+ // This should produce IL2071 https://github.com/dotnet/linker/issues/2144
[ExpectedWarning ("IL2070", "MakeGenericMethod")]
static void InstantiateGeneric (Type type = null)
{