Skip to content

Commit

Permalink
Fix build break in outer loop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed May 12, 2024
1 parent 3de068c commit 6c703dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/tests/JIT/Methodical/doublearray/dblarray4_cs_d.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="dblarray4.cs" />

<ProjectReference Include="$(TestSourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
<CLRTestEnvironmentVariable Include="DOTNET_DoubleArrayToLargeObjectHeap" Value="0x64" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="dblarray4.cs" />

<ProjectReference Include="$(TestSourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
<CLRTestEnvironmentVariable Include="DOTNET_DoubleArrayToLargeObjectHeap" Value="0x64" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/tests/JIT/Methodical/doublearray/dblarray4_cs_r.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="dblarray4.cs" />

<ProjectReference Include="$(TestSourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
<CLRTestEnvironmentVariable Include="DOTNET_DoubleArrayToLargeObjectHeap" Value="0x64" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="dblarray4.cs" />

<ProjectReference Include="$(TestSourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
<CLRTestEnvironmentVariable Include="DOTNET_DoubleArrayToLargeObjectHeap" Value="0x64" />
</ItemGroup>
</Project>

0 comments on commit 6c703dd

Please sign in to comment.