summaryrefslogtreecommitdiff
path: root/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj')
-rw-r--r--tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj b/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj
index e3d0ca3fe8..d10c11b0ef 100644
--- a/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj
+++ b/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj
@@ -54,7 +54,7 @@ export COMPlus_ZapRequireList="helper%3Bversionbubbles"
export COMPlus_TieredCompilation=0
export COMPlus_JITMinOpts=0
$CORE_ROOT/crossgen -largeversionbubble -readytorun -platform_assemblies_paths $CORE_ROOT:`pwd` -out helper.ni.dll helper.dll
-$CORE_ROOT/crossgen -largeversionbubble -readytorun -platform_assemblies_paths $CORE_ROOT:`pwd` -out versionbubbles.ni.exe versionbubbles.exe
+$CORE_ROOT/crossgen -largeversionbubble -readytorun -platform_assemblies_paths $CORE_ROOT:`pwd` -out versionbubbles.exe versionbubbles.exe
]]></BashCLRTestPreCommands>
</PropertyGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />