PR Feedback

This commit is contained in:
Piotr Puszkiewicz 2016-05-03 11:38:55 -07:00
parent 3c2459afa2
commit 9f0dab1a08
3 changed files with 2 additions and 4 deletions

View file

@ -33,7 +33,6 @@ namespace Microsoft.DotNet.Tests
new TestCommand("dotnet")
.WithUserProfileRoot(testDirectory.Path)
.ExecuteWithCapturedOutput("--help");
var optimizationProfileFilePath = GetOptimizationProfileFilePath(testDirectory.Path);
@ -54,7 +53,6 @@ namespace Microsoft.DotNet.Tests
.WithUserProfileRoot(testDirectory.Path)
.WithEnvironmentVariable("DOTNET_DISABLE_MULTICOREJIT", "1")
.ExecuteWithCapturedOutput("--help");
var optimizationProfileFilePath = GetOptimizationProfileFilePath(testDirectory.Path);