Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Kanamori <AtsushiKan@users.noreply.github.com>2017-06-23 02:45:59 +0300
committerStephen Toub <stoub@microsoft.com>2017-06-23 02:45:59 +0300
commit75ec4bc101e47670a19ce1cd9c8d3d2fdfabcfb4 (patch)
tree16c645d77f7b0472613f0675a425c2b4e948bf6f /src/System.Runtime.InteropServices
parent72880605c88221593ca611501e935ab98034c2ff (diff)
Reenable System.Runtime.Interop.Test on ILC. (#21389)
Fix just went in.
Diffstat (limited to 'src/System.Runtime.InteropServices')
-rw-r--r--src/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/ComAwareEventInfoTests.cs1
1 files changed, 0 insertions, 1 deletions
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));