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/General/Vector64/EqualsAny.Int64.cs')
-rw-r--r--src/tests/JIT/HardwareIntrinsics/General/Vector64/EqualsAny.Int64.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/tests/JIT/HardwareIntrinsics/General/Vector64/EqualsAny.Int64.cs b/src/tests/JIT/HardwareIntrinsics/General/Vector64/EqualsAny.Int64.cs
index 3c1d306d46b..7d0da5fd1fa 100644
--- a/src/tests/JIT/HardwareIntrinsics/General/Vector64/EqualsAny.Int64.cs
+++ b/src/tests/JIT/HardwareIntrinsics/General/Vector64/EqualsAny.Int64.cs
@@ -12,12 +12,14 @@ using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Intrinsics;
+using Xunit;
-namespace JIT.HardwareIntrinsics.General
+namespace JIT.HardwareIntrinsics.General._Vector64
{
public static partial class Program
{
- private static void EqualsAnyInt64()
+ [Fact]
+ public static void EqualsAnyInt64()
{
var test = new VectorBooleanBinaryOpTest__EqualsAnyInt64();