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/Vector256_1/op_Multiply.SByte.cs')
-rw-r--r--src/tests/JIT/HardwareIntrinsics/General/Vector256_1/op_Multiply.SByte.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/tests/JIT/HardwareIntrinsics/General/Vector256_1/op_Multiply.SByte.cs b/src/tests/JIT/HardwareIntrinsics/General/Vector256_1/op_Multiply.SByte.cs
index e9982e9c83f..520a30bf4f7 100644
--- a/src/tests/JIT/HardwareIntrinsics/General/Vector256_1/op_Multiply.SByte.cs
+++ b/src/tests/JIT/HardwareIntrinsics/General/Vector256_1/op_Multiply.SByte.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._Vector256_1
{
public static partial class Program
{
- private static void op_MultiplySByte()
+ [Fact]
+ public static void op_MultiplySByte()
{
var test = new VectorBinaryOpTest__op_MultiplySByte();