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/NotSupported/Vector64BooleanGetElementNegativeOne.cs')
-rw-r--r--src/tests/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanGetElementNegativeOne.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/tests/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanGetElementNegativeOne.cs b/src/tests/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanGetElementNegativeOne.cs
index 9b25e8b3dc7..73a287395f0 100644
--- a/src/tests/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanGetElementNegativeOne.cs
+++ b/src/tests/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanGetElementNegativeOne.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._NotSupported
{
public static partial class Program
{
- private static void Vector64BooleanGetElementNegativeOne()
+ [Fact]
+ public static void Vector64BooleanGetElementNegativeOne()
{
bool succeeded = false;