Skip to content

Commit

Permalink
Add [DisableRuntimeMarshalling] unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Jan 21, 2023
1 parent 45980ba commit 8960e97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/PolySharp.Tests/RuntimeSupport.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
using System;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;

[assembly: TargetPlatform("windows6.1")]

[assembly: DisableRuntimeMarshalling]

namespace PolySharp.Tests;

internal class RandomApis
Expand Down

0 comments on commit 8960e97

Please sign in to comment.