summaryrefslogtreecommitdiff
path: root/tests/src/dir.props
diff options
context:
space:
mode:
authorBengu Li <beli@microsoft.com>2015-02-22 09:45:50 -0800
committerBengu Li <beli@microsoft.com>2015-02-22 09:45:50 -0800
commitd0333e7521d040d28717747718c3d795e2e25f2b (patch)
treebde63e017d0712ac049233a55b10bc9df4c3c452 /tests/src/dir.props
parent416d157eceab148ad8df4e55752831ce67fa5931 (diff)
downloadcoreclr-d0333e7521d040d28717747718c3d795e2e25f2b.tar.gz
coreclr-d0333e7521d040d28717747718c3d795e2e25f2b.tar.bz2
coreclr-d0333e7521d040d28717747718c3d795e2e25f2b.zip
Change alternative JIT name to LLILC
Diffstat (limited to 'tests/src/dir.props')
-rw-r--r--tests/src/dir.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/dir.props b/tests/src/dir.props
index c8f86c4345..6542e09053 100644
--- a/tests/src/dir.props
+++ b/tests/src/dir.props
@@ -9,9 +9,9 @@
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
</PropertyGroup>
- <!-- Enable MSILC JIT for testing if specified -->
+ <!-- Enable LLILC JIT for testing if specified -->
<PropertyGroup>
- <_CLRTestPreCommands>IF NOT "%__EnableMSILC%"=="" set COMPLus_AltJit=*;IF NOT "%__EnableMSILC%"=="" set COMPLus_AltJitName=MSILCJit.dll</_CLRTestPreCommands>
+ <_CLRTestPreCommands>IF NOT "%__EnableLLILC%"=="" set COMPLus_AltJit=*;IF NOT "%__EnableLLILC%"=="" set COMPLus_AltJitName=LLILCJit.dll</_CLRTestPreCommands>
</PropertyGroup>
</Project>