Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/JIT/HardwareIntrinsics/X86/Avx1/TestZ.Int64.cs')
-rw-r--r--src/tests/JIT/HardwareIntrinsics/X86/Avx1/TestZ.Int64.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/tests/JIT/HardwareIntrinsics/X86/Avx1/TestZ.Int64.cs b/src/tests/JIT/HardwareIntrinsics/X86/Avx1/TestZ.Int64.cs
index f2617e75b40..a9ae634d340 100644
--- a/src/tests/JIT/HardwareIntrinsics/X86/Avx1/TestZ.Int64.cs
+++ b/src/tests/JIT/HardwareIntrinsics/X86/Avx1/TestZ.Int64.cs
@@ -13,12 +13,14 @@ using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Intrinsics;
using System.Runtime.Intrinsics.X86;
+using Xunit;
-namespace JIT.HardwareIntrinsics.X86
+namespace JIT.HardwareIntrinsics.X86._Avx1
{
public static partial class Program
{
- private static void TestZInt64()
+ [Fact]
+ public static void TestZInt64()
{
var test = new BooleanBinaryOpTest__TestZInt64();