From 40b39ff7df1dc2388a5865c9ad151dce88fa007d Mon Sep 17 00:00:00 2001 From: Jackson Schuster <36744439+jtschuster@users.noreply.github.com> Date: Tue, 8 Aug 2023 18:42:56 -0500 Subject: [PATCH] Add Fact (#90202) --- .../tests/ComInterfaceGenerator.Tests/RcwAroundCcwTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Tests/RcwAroundCcwTests.cs b/src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Tests/RcwAroundCcwTests.cs index 50502007504..89ec569e354 100644 --- a/src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Tests/RcwAroundCcwTests.cs +++ b/src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Tests/RcwAroundCcwTests.cs @@ -213,6 +213,7 @@ public void StatefulMarshalling() Assert.Equal(1, obj.ReturnPreserveSig().i); } + [Fact] public void ICollectionMarshallingFails() { Type hrExceptionType = SystemFindsComCalleeException() ? typeof(MarshallingFailureException) : typeof(Exception); -- GitLab