Skip to content

Commit 1c06dfa

Browse files
authored
Rename conflicting test assemblies (dotnet#116038)
1 parent cb268de commit 1c06dfa

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

src/tests/JIT/Directed/compare/int32_d.csproj renamed to src/tests/JIT/Directed/compare/cmp_int32_d.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<Optimize>False</Optimize>
88
</PropertyGroup>
99
<ItemGroup>
10-
<Compile Include="int32.cs" />
10+
<Compile Include="cmp_int32.cs" />
1111
</ItemGroup>
1212
</Project>

src/tests/JIT/Directed/compare/int32_do.csproj renamed to src/tests/JIT/Directed/compare/cmp_int32_do.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<Optimize>True</Optimize>
88
</PropertyGroup>
99
<ItemGroup>
10-
<Compile Include="int32.cs" />
10+
<Compile Include="cmp_int32.cs" />
1111
</ItemGroup>
1212
</Project>

src/tests/JIT/Directed/compare/int32_r.csproj renamed to src/tests/JIT/Directed/compare/cmp_int32_r.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<Optimize>False</Optimize>
88
</PropertyGroup>
99
<ItemGroup>
10-
<Compile Include="int32.cs" />
10+
<Compile Include="cmp_int32.cs" />
1111
</ItemGroup>
1212
</Project>

src/tests/JIT/Directed/compare/int32_ro.csproj renamed to src/tests/JIT/Directed/compare/cmp_int32_ro.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<Optimize>True</Optimize>
88
</PropertyGroup>
99
<ItemGroup>
10-
<Compile Include="int32.cs" />
10+
<Compile Include="cmp_int32.cs" />
1111
</ItemGroup>
1212
</Project>

0 commit comments

Comments
 (0)