summaryrefslogtreecommitdiff
path: root/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Byte.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Byte.cs')
-rw-r--r--tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Byte.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Byte.cs b/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Byte.cs
index 3e1e0829db..41d9bfa348 100644
--- a/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Byte.cs
+++ b/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Byte.cs
@@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General
try
{
- Vector64<byte> result = default(Vector64<bool>).As<byte>();
+ Vector64<byte> result = default(Vector64<bool>).As<bool, byte>();
}
catch (NotSupportedException)
{