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/Shared/VectorUnaryOpTest.template')
-rw-r--r--src/tests/JIT/HardwareIntrinsics/General/Shared/VectorUnaryOpTest.template4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tests/JIT/HardwareIntrinsics/General/Shared/VectorUnaryOpTest.template b/src/tests/JIT/HardwareIntrinsics/General/Shared/VectorUnaryOpTest.template
index 27c238a94a7..5a6a1a1ccc7 100644
--- a/src/tests/JIT/HardwareIntrinsics/General/Shared/VectorUnaryOpTest.template
+++ b/src/tests/JIT/HardwareIntrinsics/General/Shared/VectorUnaryOpTest.template
@@ -12,12 +12,14 @@ using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Intrinsics;
+using Xunit;
namespace JIT.HardwareIntrinsics.General
{
public static partial class Program
{
- private static void {Method}{RetBaseType}()
+ [Fact]
+ public static void {Method}{RetBaseType}()
{
var test = new VectorUnaryOpTest__{Method}{RetBaseType}();