From 8a1ff58a04330ff0f330f64ca0c91f9ea5a257e1 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Fri, 17 Feb 2023 16:21:24 -0800 Subject: [PATCH] Revert "Disable System.Reflection.Tests.TypeDelegatorTests.FunctionPointers (#82321)" This reverts commit 473e278471c08b862b8ea631aa0fd65eb78757e1. --- .../System.Runtime/tests/System/Reflection/TypeDelegatorTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Runtime/tests/System/Reflection/TypeDelegatorTests.cs b/src/libraries/System.Runtime/tests/System/Reflection/TypeDelegatorTests.cs index 793d832b22808..298bf5067ca1a 100644 --- a/src/libraries/System.Runtime/tests/System/Reflection/TypeDelegatorTests.cs +++ b/src/libraries/System.Runtime/tests/System/Reflection/TypeDelegatorTests.cs @@ -59,7 +59,6 @@ public void Properties() [Fact] [ActiveIssue("https://github.com/dotnet/runtime/issues/71095", TestRuntimes.Mono)] - [ActiveIssue("https://github.com/dotnet/runtime/issues/82252", TestRuntimes.CoreCLR)] [ActiveIssue("https://github.com/dotnet/runtime/issues/71883", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))] public void FunctionPointers() {