Skip to content

Commit 946c04a

Browse files
committed
Mark System.Runtime.InteropServices.Tests namespace with ActiveIssue
1 parent 8ade3de commit 946c04a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
// See the LICENSE file in the project root for more information.
4+
5+
using Xunit;
6+
7+
[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/34748", TestPlatforms.Windows, TargetFrameworkMonikers.Netcoreapp, TestRuntimes.Mono)]

src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TestRuntime>true</TestRuntime>
66
</PropertyGroup>
77
<ItemGroup>
8+
<Compile Include="AssemblyInfo.cs" />
89
<Compile Include="System\DllNotFoundExceptionTests.cs" />
910
<Compile Include="System\Runtime\CompilerServices\IUnknownConstantAttributeTests.cs" />
1011
<Compile Include="System\Runtime\InteropServices\AllowReversePInvokeCallsAttributeTests.cs" />

0 commit comments

Comments
 (0)