Skip to content

Commit

Permalink
More duplicate projects under JIT/Methodical/NaN to delete (#63771)
Browse files Browse the repository at this point in the history
  • Loading branch information
trylek authored Jan 14, 2022
1 parent 2692407 commit 513fe28
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 57 deletions.
13 changes: 0 additions & 13 deletions src/tests/JIT/Methodical/NaN/arithm32_cs_r.csproj

This file was deleted.

13 changes: 0 additions & 13 deletions src/tests/JIT/Methodical/NaN/arithm32_cs_ro.csproj

This file was deleted.

4 changes: 2 additions & 2 deletions src/tests/JIT/Methodical/NaN/arithm32_r.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType />
<Optimize />
<DebugType>None</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="arithm32.cs" />
Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Methodical/NaN/arithm32_ro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType />
<DebugType>None</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
Expand Down
12 changes: 0 additions & 12 deletions src/tests/JIT/Methodical/NaN/arithm64_cs_r.csproj

This file was deleted.

12 changes: 0 additions & 12 deletions src/tests/JIT/Methodical/NaN/arithm64_cs_ro.csproj

This file was deleted.

5 changes: 2 additions & 3 deletions src/tests/JIT/Methodical/NaN/arithm64_r.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType />
<Optimize />
<DebugType>None</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="arithm64.cs" />
Expand Down
1 change: 0 additions & 1 deletion src/tests/JIT/Methodical/NaN/arithm64_ro.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType />
Expand Down

0 comments on commit 513fe28

Please sign in to comment.