From 75ec4bc101e47670a19ce1cd9c8d3d2fdfabcfb4 Mon Sep 17 00:00:00 2001 From: Atsushi Kanamori Date: Thu, 22 Jun 2017 16:45:59 -0700 Subject: Reenable System.Runtime.Interop.Test on ILC. (#21389) Fix just went in. --- .../tests/System/Runtime/InteropServices/ComAwareEventInfoTests.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/System.Runtime.InteropServices') diff --git a/src/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/ComAwareEventInfoTests.cs b/src/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/ComAwareEventInfoTests.cs index 106a4a0bd0..6473c9f4ad 100644 --- a/src/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/ComAwareEventInfoTests.cs +++ b/src/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/ComAwareEventInfoTests.cs @@ -12,7 +12,6 @@ namespace System.Runtime.InteropServices.Tests public partial class ComAwareEventInfoTests { [Fact] - [ActiveIssue(21348, TargetFrameworkMonikers.UapAot)] public void Ctor_Type_EventName() { EventInfo expectedEvent = typeof(NonComObject).GetEvent(nameof(NonComObject.Event)); -- cgit v1.2.3