Skip to content

Commit

Permalink
Mark System.Runtime.InteropServices.Tests namespace with ActiveIssue
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximLipnin committed Apr 9, 2020
1 parent 8ade3de commit 946c04a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using Xunit;

[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/34748", TestPlatforms.Windows, TargetFrameworkMonikers.Netcoreapp, TestRuntimes.Mono)]
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TestRuntime>true</TestRuntime>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="System\DllNotFoundExceptionTests.cs" />
<Compile Include="System\Runtime\CompilerServices\IUnknownConstantAttributeTests.cs" />
<Compile Include="System\Runtime\InteropServices\AllowReversePInvokeCallsAttributeTests.cs" />
Expand Down

0 comments on commit 946c04a

Please sign in to comment.