Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2017-01-18 16:57:40 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2017-01-18 16:58:29 +0300
commita9b06c71ac4027c33ba2aee6dce457dc71a94fc3 (patch)
treec5d175256f9e183283d8878f4903161eaafa138e /main/tests/UnitTests/UnitTests.csproj
parent111a9b2144b73fca35d7253fba5320e80db933cf (diff)
[Core] Optimize MonoExecutionParameters.GenerateOptions
Create one string fewer by making the whitespace trimming at the end happen on the StringBuilder. In this case, we always have a space at the end.
Diffstat (limited to 'main/tests/UnitTests/UnitTests.csproj')
-rw-r--r--main/tests/UnitTests/UnitTests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tests/UnitTests/UnitTests.csproj b/main/tests/UnitTests/UnitTests.csproj
index 1b8429fe38..e15ec92d33 100644
--- a/main/tests/UnitTests/UnitTests.csproj
+++ b/main/tests/UnitTests/UnitTests.csproj
@@ -298,6 +298,7 @@
<Compile Include="MonoDevelop.Ide.Editor\DiffTests.cs" />
<Compile Include="MonoDevelop.Projects\MSBuildProjectServiceTests.cs" />
<Compile Include="MonoDevelop.Projects\MSBuildLoggerTests.cs" />
+ <Compile Include="MonoDevelop.Core\MonoExecutionParametersTests.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\md.targets" />