summaryrefslogtreecommitdiff
path: root/tests/src/JIT/SIMD/VectorMin.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/SIMD/VectorMin.cs')
-rw-r--r--tests/src/JIT/SIMD/VectorMin.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/JIT/SIMD/VectorMin.cs b/tests/src/JIT/SIMD/VectorMin.cs
index 8757eba5b9..4a9fd90038 100644
--- a/tests/src/JIT/SIMD/VectorMin.cs
+++ b/tests/src/JIT/SIMD/VectorMin.cs
@@ -39,6 +39,7 @@ internal partial class VectorTest
if (!(CheckValue<float>(C.X, result))) return Fail;
if (!(CheckValue<float>(C.Y, result))) return Fail;
if (!(CheckValue<float>(C.Z, result))) return Fail;
+ if (!(CheckValue<float>(C.W, result))) return Fail;
return Pass;
}
}