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/ScalarTernOpBinResTest.template')
-rw-r--r--src/tests/JIT/HardwareIntrinsics/X86/Shared/ScalarTernOpBinResTest.template4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tests/JIT/HardwareIntrinsics/X86/Shared/ScalarTernOpBinResTest.template b/src/tests/JIT/HardwareIntrinsics/X86/Shared/ScalarTernOpBinResTest.template
index 90bf695ddaa..adaf228d3da 100644
--- a/src/tests/JIT/HardwareIntrinsics/X86/Shared/ScalarTernOpBinResTest.template
+++ b/src/tests/JIT/HardwareIntrinsics/X86/Shared/ScalarTernOpBinResTest.template
@@ -14,12 +14,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}{RetBaseType}BinRes()
+ [Fact]
+ public static void {Method}{RetBaseType}BinRes()
{
var test = new ScalarTernOpBinResTest__{Method}{RetBaseType}();