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/VectorAsNumericsTest.template')
-rw-r--r--src/tests/JIT/HardwareIntrinsics/General/Shared/VectorAsNumericsTest.template4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tests/JIT/HardwareIntrinsics/General/Shared/VectorAsNumericsTest.template b/src/tests/JIT/HardwareIntrinsics/General/Shared/VectorAsNumericsTest.template
index 7aa42573219..d2eeaf5b6ac 100644
--- a/src/tests/JIT/HardwareIntrinsics/General/Shared/VectorAsNumericsTest.template
+++ b/src/tests/JIT/HardwareIntrinsics/General/Shared/VectorAsNumericsTest.template
@@ -13,12 +13,14 @@ using System.Numerics;
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}{BaseType}()
+ [Fact]
+ public static void {Method}{BaseType}()
{
var test = new VectorAs__{Method}{BaseType}();