Skip to content

Commit 437c90d

Browse files
committed
Cleaning up few test ilproj files
IL_Transform does not like the actual include path expression. We keep the reference but rewrite as it as in PR #66157 on Methodical, TestLibraryProjectPath is defined in src/tests/Directory.Build.targets.
1 parent 21cbe13 commit 437c90d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/tests/JIT/Directed/callconv/CdeclMemberFunction/CdeclMemberFunctionTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
</ItemGroup>
99
<ItemGroup>
1010
<CMakeProjectReference Include="../CMakeLists.txt" />
11-
<ProjectReference Include="$(TestSourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
11+
<ProjectReference Include="$(TestLibraryProjectPath)" />
1212
</ItemGroup>
1313
</Project>

src/tests/JIT/Directed/callconv/PlatformDefaultMemberFunction/PlatformDefaultMemberFunctionTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
</ItemGroup>
99
<ItemGroup>
1010
<CMakeProjectReference Include="../CMakeLists.txt" />
11-
<ProjectReference Include="$(TestSourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
11+
<ProjectReference Include="$(TestLibraryProjectPath)" />
1212
</ItemGroup>
1313
</Project>

src/tests/JIT/Directed/callconv/StdCallMemberFunction/StdCallMemberFunctionTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
</ItemGroup>
99
<ItemGroup>
1010
<CMakeProjectReference Include="../CMakeLists.txt" />
11-
<ProjectReference Include="$(TestSourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
11+
<ProjectReference Include="$(TestLibraryProjectPath)" />
1212
</ItemGroup>
1313
</Project>

src/tests/JIT/Directed/callconv/ThisCall/EmptyThisCallTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
</ItemGroup>
99
<ItemGroup>
1010
<CMakeProjectReference Include="../CMakeLists.txt" />
11-
<ProjectReference Include="$(TestSourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
11+
<ProjectReference Include="$(TestLibraryProjectPath)" />
1212
</ItemGroup>
1313
</Project>

src/tests/JIT/Directed/callconv/ThisCall/ThisCallTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
</ItemGroup>
99
<ItemGroup>
1010
<CMakeProjectReference Include="../CMakeLists.txt" />
11-
<ProjectReference Include="$(TestSourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
11+
<ProjectReference Include="$(TestLibraryProjectPath)" />
1212
</ItemGroup>
1313
</Project>

0 commit comments

Comments
 (0)