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/VectorGetAndWithLowerAndUpperTest.template')
-rw-r--r--src/tests/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithLowerAndUpperTest.template4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tests/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithLowerAndUpperTest.template b/src/tests/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithLowerAndUpperTest.template
index 2853f99b638..1cee5a952a3 100644
--- a/src/tests/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithLowerAndUpperTest.template
+++ b/src/tests/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithLowerAndUpperTest.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}{BaseType}()
+ [Fact]
+ public static void {Method}{BaseType}()
{
var test = new VectorGetAndWithLowerAndUpper__{Method}{BaseType}();