summaryrefslogtreecommitdiff
path: root/tests/src/JIT
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT')
-rw-r--r--tests/src/JIT/SIMD/VectorCopyToArray.cs2
-rw-r--r--tests/src/JIT/config/benchmark/benchmark.csproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/JIT/SIMD/VectorCopyToArray.cs b/tests/src/JIT/SIMD/VectorCopyToArray.cs
index 3a931fb5bb..9d4eea501d 100644
--- a/tests/src/JIT/SIMD/VectorCopyToArray.cs
+++ b/tests/src/JIT/SIMD/VectorCopyToArray.cs
@@ -39,7 +39,7 @@ internal partial class VectorTest
caught = false;
try
{
- v1.CopyTo(null);
+ v1.CopyTo((T[])null);
}
catch (NullReferenceException)
{
diff --git a/tests/src/JIT/config/benchmark/benchmark.csproj b/tests/src/JIT/config/benchmark/benchmark.csproj
index 15099d74d4..50a90458d4 100644
--- a/tests/src/JIT/config/benchmark/benchmark.csproj
+++ b/tests/src/JIT/config/benchmark/benchmark.csproj
@@ -47,7 +47,7 @@
<Version>4.5.2</Version>
</PackageReference>
<PackageReference Include="System.Numerics.Vectors">
- <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
+ <Version>4.5.0</Version>
</PackageReference>
<PackageReference Include="System.Reflection">
<Version>4.4.0-beta-24913-02</Version>