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