From bf54567d4ed4d18c4a99059ba8c948515754143f Mon Sep 17 00:00:00 2001 From: Sven Boemer Date: Fri, 12 Jul 2024 08:21:18 -0700 Subject: [PATCH] Uncomment disabled test that has been fixed (#104764) --- .../test/Mono.Linker.Tests.Cases/DataFlow/PropertyDataFlow.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/PropertyDataFlow.cs b/src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/PropertyDataFlow.cs index 76a1a48a064..c2273a6d87c 100644 --- a/src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/PropertyDataFlow.cs +++ b/src/tools/illink/test/Mono.Linker.Tests.Cases/DataFlow/PropertyDataFlow.cs @@ -432,8 +432,7 @@ namespace Mono.Linker.Tests.Cases.DataFlow public static void Test () { - // https://github.com/dotnet/linker/issues/2196 - // TestPropertyWithAttributeMarkingSelfType.TestProperty = true; + TestPropertyWithAttributeMarkingSelfType.TestProperty = true; } }