Remove test script

This commit is contained in:
Pavel Krymets 2016-04-26 09:12:39 -07:00
parent 0401935d31
commit cdb75966eb
3 changed files with 1 additions and 47 deletions

View file

@ -204,9 +204,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
{
get
{
return _verbose ?
"--verbose" :
"";
return _verbose ? "--verbose" : "";
}
}