summaryrefslogtreecommitdiff
path: root/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.cs')
-rw-r--r--tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.cs b/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.cs
index 36ab12283b..6a55638d92 100644
--- a/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.cs
+++ b/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.cs
@@ -3,7 +3,7 @@ using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
using CoreFXTestLibrary;
-
+#pragma warning disable 618
public class GetObjectsForNativeVariantsTest
{
[StructLayout(LayoutKind.Sequential)]
@@ -83,3 +83,4 @@ public class GetObjectsForNativeVariantsTest
return 100;
}
}
+#pragma warning restore 618 \ No newline at end of file