Skip to content

Commit

Permalink
Rename COMPlus_ to DOTNET_ (#77321)
Browse files Browse the repository at this point in the history
  • Loading branch information
TIHan committed Oct 21, 2022
1 parent f436780 commit 77331bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/JIT/opt/Multiply/IntMultiply.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<HasDisasmCheck>true</HasDisasmCheck>
</Compile>

<CLRTestEnvironmentVariable Include="COMPlus_TieredCompilation" Value="0" />
<CLRTestEnvironmentVariable Include="COMPlus_JITMinOpts" Value="0" />
<CLRTestEnvironmentVariable Include="DOTNET_TieredCompilation" Value="0" />
<CLRTestEnvironmentVariable Include="DOTNET_JITMinOpts" Value="0" />
</ItemGroup>
</Project>

0 comments on commit 77331bb

Please sign in to comment.