From: Jackson Schuster <36744439+jtschuster@users.noreply.github.com> Date: Tue, 8 Aug 2023 23:42:56 +0000 (-0500) Subject: Add Fact (#90202) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~433 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40b39ff7df1dc2388a5865c9ad151dce88fa007d;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Add Fact (#90202) --- 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 5050200..89ec569 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 @@ namespace ComInterfaceGenerator.Tests Assert.Equal(1, obj.ReturnPreserveSig().i); } + [Fact] public void ICollectionMarshallingFails() { Type hrExceptionType = SystemFindsComCalleeException() ? typeof(MarshallingFailureException) : typeof(Exception);