summaryrefslogtreecommitdiff
path: root/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int64.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int64.cs')
-rw-r--r--tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int64.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int64.cs b/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int64.cs
index 536ddda7ec..50f2df5958 100644
--- a/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int64.cs
+++ b/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int64.cs
@@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General
Vector128<Int64> value = Vector128.Create(values[0], values[1]);
object result = typeof(Vector128<Int64>)
- .GetMethod(nameof(Vector128<Int64>.ToScalar), new Type[] { })
+ .GetMethod(nameof(Vector128.ToScalar), new Type[] { })
.Invoke(value, new object[] { });
ValidateResult((Int64)(result), values);