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/VectorBooleanAllBinaryOpTest.template')
-rw-r--r--src/tests/JIT/HardwareIntrinsics/General/Shared/VectorBooleanAllBinaryOpTest.template4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tests/JIT/HardwareIntrinsics/General/Shared/VectorBooleanAllBinaryOpTest.template b/src/tests/JIT/HardwareIntrinsics/General/Shared/VectorBooleanAllBinaryOpTest.template
index bb72c4e5c21..e161eda6917 100644
--- a/src/tests/JIT/HardwareIntrinsics/General/Shared/VectorBooleanAllBinaryOpTest.template
+++ b/src/tests/JIT/HardwareIntrinsics/General/Shared/VectorBooleanAllBinaryOpTest.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 VectorBooleanBinaryOpTest__{Method}{RetBaseType}();