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')
-rw-r--r--test/Mono.Linker.Tests.Cases/DataFlow/AssemblyQualifiedNameDataflow.cs2
-rw-r--r--test/Mono.Linker.Tests.Cases/DataFlow/TypeHandleDataFlow.cs2
2 files changed, 0 insertions, 4 deletions
diff --git a/test/Mono.Linker.Tests.Cases/DataFlow/AssemblyQualifiedNameDataflow.cs b/test/Mono.Linker.Tests.Cases/DataFlow/AssemblyQualifiedNameDataflow.cs
index b03fe04b0..0a9cf094a 100644
--- a/test/Mono.Linker.Tests.Cases/DataFlow/AssemblyQualifiedNameDataflow.cs
+++ b/test/Mono.Linker.Tests.Cases/DataFlow/AssemblyQualifiedNameDataflow.cs
@@ -63,8 +63,6 @@ namespace Mono.Linker.Tests.Cases.DataFlow
RequirePublicConstructors ("System.Invalid.TypeName");
}
- // https://github.com/dotnet/linker/issues/2528
- [ExpectedWarning ("IL2072", nameof (RequirePublicConstructors), ProducedBy = ProducedBy.Analyzer)]
static void TestNull ()
{
Type type = null;
diff --git a/test/Mono.Linker.Tests.Cases/DataFlow/TypeHandleDataFlow.cs b/test/Mono.Linker.Tests.Cases/DataFlow/TypeHandleDataFlow.cs
index e00bfd202..507f532e5 100644
--- a/test/Mono.Linker.Tests.Cases/DataFlow/TypeHandleDataFlow.cs
+++ b/test/Mono.Linker.Tests.Cases/DataFlow/TypeHandleDataFlow.cs
@@ -64,8 +64,6 @@ namespace Mono.Linker.Tests.Cases.DataFlow
Type.GetTypeFromHandle (typeWithMethods.TypeHandle).RequiresPublicMethods ();
}
- // https://github.com/dotnet/linker/issues/2528
- [ExpectedWarning ("IL2072", nameof (Type.GetTypeFromHandle), nameof (DataFlowTypeExtensions.RequiresPublicMethods), ProducedBy = ProducedBy.Analyzer)]
static void TestNull ()
{
Type type = null;