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/Vector128_1/ToString.Int32.cs')
-rw-r--r--src/tests/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Int32.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/tests/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Int32.cs b/src/tests/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Int32.cs
index 2bcbd8467e5..43550e5c7e2 100644
--- a/src/tests/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Int32.cs
+++ b/src/tests/JIT/HardwareIntrinsics/General/Vector128_1/ToString.Int32.cs
@@ -13,12 +13,14 @@ using System.Linq;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Intrinsics;
+using Xunit;
-namespace JIT.HardwareIntrinsics.General
+namespace JIT.HardwareIntrinsics.General._Vector128_1
{
public static partial class Program
{
- private unsafe static void ToStringInt32()
+ [Fact]
+ public unsafe static void ToStringInt32()
{
int size = Unsafe.SizeOf<Vector128<Int32>>() / sizeof(Int32);
Int32[] values = new Int32[size];