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/Arm/AdvSimd/Store.Vector64.UInt64.cs')
-rw-r--r--src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.UInt64.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.UInt64.cs b/src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.UInt64.cs
index 657242d1321..15becfb6a27 100644
--- a/src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.UInt64.cs
+++ b/src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/Store.Vector64.UInt64.cs
@@ -14,12 +14,14 @@ using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Intrinsics;
using System.Runtime.Intrinsics.Arm;
+using Xunit;
-namespace JIT.HardwareIntrinsics.Arm
+namespace JIT.HardwareIntrinsics.Arm._AdvSimd
{
public static partial class Program
{
- private static void Store_Vector64_UInt64()
+ [Fact]
+ public static void Store_Vector64_UInt64()
{
var test = new StoreUnaryOpTest__Store_Vector64_UInt64();