Skip to content

Commit 4b87c13

Browse files
authored
Fix build break in outer loop tests (#102134)
1 parent 073e35e commit 4b87c13

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/tests/JIT/Methodical/doublearray/dblarray4_cs_d.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<Compile Include="dblarray4.cs" />
13-
13+
<ProjectReference Include="$(TestSourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
1414
<CLRTestEnvironmentVariable Include="DOTNET_DoubleArrayToLargeObjectHeap" Value="0x64" />
1515
</ItemGroup>
1616
</Project>

src/tests/JIT/Methodical/doublearray/dblarray4_cs_do.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<Compile Include="dblarray4.cs" />
13-
13+
<ProjectReference Include="$(TestSourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
1414
<CLRTestEnvironmentVariable Include="DOTNET_DoubleArrayToLargeObjectHeap" Value="0x64" />
1515
</ItemGroup>
1616
</Project>

src/tests/JIT/Methodical/doublearray/dblarray4_cs_r.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<Compile Include="dblarray4.cs" />
13-
13+
<ProjectReference Include="$(TestSourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
1414
<CLRTestEnvironmentVariable Include="DOTNET_DoubleArrayToLargeObjectHeap" Value="0x64" />
1515
</ItemGroup>
1616
</Project>

src/tests/JIT/Methodical/doublearray/dblarray4_cs_ro.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<Compile Include="dblarray4.cs" />
13-
13+
<ProjectReference Include="$(TestSourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
1414
<CLRTestEnvironmentVariable Include="DOTNET_DoubleArrayToLargeObjectHeap" Value="0x64" />
1515
</ItemGroup>
1616
</Project>

0 commit comments

Comments
 (0)