Skip to content

Commit 77331bb

Browse files
authored
Rename COMPlus_ to DOTNET_ (#77321)
1 parent f436780 commit 77331bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/JIT/opt/Multiply/IntMultiply.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<HasDisasmCheck>true</HasDisasmCheck>
1212
</Compile>
1313

14-
<CLRTestEnvironmentVariable Include="COMPlus_TieredCompilation" Value="0" />
15-
<CLRTestEnvironmentVariable Include="COMPlus_JITMinOpts" Value="0" />
14+
<CLRTestEnvironmentVariable Include="DOTNET_TieredCompilation" Value="0" />
15+
<CLRTestEnvironmentVariable Include="DOTNET_JITMinOpts" Value="0" />
1616
</ItemGroup>
1717
</Project>

0 commit comments

Comments
 (0)