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:
authorvitek-karas <vitek.karas@microsoft.com>2020-07-23 14:39:34 +0300
committervitek-karas <vitek.karas@microsoft.com>2020-07-23 14:39:34 +0300
commita5737ca72745ce28feea34f8c648f29f48163229 (patch)
treee3a2728fa45be5f17a1e19d580247245805eea0c /test/Mono.Linker.Tests.Cases/DataFlow
parent0f99d1cd4eb3018512fe79ac10fc6811e96f7d36 (diff)
Fix failing test
Diffstat (limited to 'test/Mono.Linker.Tests.Cases/DataFlow')
-rw-r--r--test/Mono.Linker.Tests.Cases/DataFlow/VirtualMethodHierarchyDataflowAnnotationValidation.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Mono.Linker.Tests.Cases/DataFlow/VirtualMethodHierarchyDataflowAnnotationValidation.cs b/test/Mono.Linker.Tests.Cases/DataFlow/VirtualMethodHierarchyDataflowAnnotationValidation.cs
index 5fb8171e0..bf1418882 100644
--- a/test/Mono.Linker.Tests.Cases/DataFlow/VirtualMethodHierarchyDataflowAnnotationValidation.cs
+++ b/test/Mono.Linker.Tests.Cases/DataFlow/VirtualMethodHierarchyDataflowAnnotationValidation.cs
@@ -232,8 +232,8 @@ namespace Mono.Linker.Tests.Cases.DataFlow
// === Generic methods ===
[LogContains (
- "DynamicallyAccessedMemberTypes in DynamicallyAccessedMembersAttribute on generic parameter 'T' from 'Mono.Linker.Tests.Cases.DataFlow.VirtualMethodHierarchyDataflowAnnotationValidation.DerivedWithNoAnnotations.GenericBaseWithDerivedWithout<T>()' " +
- "don't match overridden generic parameter 'T' from 'Mono.Linker.Tests.Cases.DataFlow.VirtualMethodHierarchyDataflowAnnotationValidation.BaseWithAnnotations.GenericBaseWithDerivedWithout<T>()'. " +
+ "DynamicallyAccessedMemberTypes in DynamicallyAccessedMembersAttribute on generic parameter 'T' from 'Mono.Linker.Tests.Cases.DataFlow.VirtualMethodHierarchyDataflowAnnotationValidation.DerivedClass.GenericBaseWithDerivedWithout<T>()' " +
+ "don't match overridden generic parameter 'T' from 'Mono.Linker.Tests.Cases.DataFlow.VirtualMethodHierarchyDataflowAnnotationValidation.BaseClass.GenericBaseWithDerivedWithout<T>()'. " +
"All overridden members must have the same DynamicallyAccessedMembersAttribute usage.")]
public override void GenericBaseWithDerivedWithout<T> () { }