This commit is contained in:
Piotr Puszkiewicz 2017-03-14 14:22:11 -07:00
parent fac34c7b3b
commit f318ac33f9

View file

@ -5,7 +5,7 @@ using Microsoft.DotNet.Cli.Utils;
namespace Microsoft.DotNet.Tools.Test.Utilities
{
public sealed class DotnetCommand : TestCommand
public class DotnetCommand : TestCommand
{
public DotnetCommand()
: base(DotnetUnderTest.FullName)