Add Fact (#90202)
authorJackson Schuster <36744439+jtschuster@users.noreply.github.com>
Tue, 8 Aug 2023 23:42:56 +0000 (18:42 -0500)
committerGitHub <noreply@github.com>
Tue, 8 Aug 2023 23:42:56 +0000 (16:42 -0700)
src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Tests/RcwAroundCcwTests.cs

index 5050200..89ec569 100644 (file)
@@ -213,6 +213,7 @@ namespace ComInterfaceGenerator.Tests
             Assert.Equal(1, obj.ReturnPreserveSig().i);
         }
 
+        [Fact]
         public void ICollectionMarshallingFails()
         {
             Type hrExceptionType = SystemFindsComCalleeException() ? typeof(MarshallingFailureException) : typeof(Exception);