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/RequiresCapability/RequiresOnClass.cs')
-rw-r--r--test/Mono.Linker.Tests.Cases/RequiresCapability/RequiresOnClass.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Mono.Linker.Tests.Cases/RequiresCapability/RequiresOnClass.cs b/test/Mono.Linker.Tests.Cases/RequiresCapability/RequiresOnClass.cs
index a3fea5787..c5979bc34 100644
--- a/test/Mono.Linker.Tests.Cases/RequiresCapability/RequiresOnClass.cs
+++ b/test/Mono.Linker.Tests.Cases/RequiresCapability/RequiresOnClass.cs
@@ -324,9 +324,7 @@ namespace Mono.Linker.Tests.Cases.RequiresCapability
[RequiresDynamicCode ("RDC")]
class DerivedWithRequiresOnTypeOverBaseWithNoRequires : BaseWithNoRequires
{
- // https://github.com/dotnet/linker/issues/2763
- [ExpectedWarning ("IL2046", ProducedBy = ProducedBy.Analyzer)]
- [ExpectedWarning ("IL3051", ProducedBy = ProducedBy.Analyzer)]
+ // Should not warn since the members are not static
public override void Method ()
{
}