Merge pull request #3303 from eerhardt/ReEnableTests

Re-enable tests disabled for crossgen enabling
This commit is contained in:
Eric Erhardt 2016-05-31 16:16:05 -05:00
commit b1b7caac3d
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
.Pass();
}
//[Fact] https://github.com/dotnet/cli/issues/3269
[Fact]
public void It_builds_projects_with_ruleset_relative_path()
{
var testInstance = TestAssetsManager

View file

@ -72,7 +72,7 @@ namespace Microsoft.DotNet.Tools.Compiler.Tests
Assert.True(File.Exists(generatedSatelliteAssemblyPath), $"File {generatedSatelliteAssemblyPath} was not found.");
}
//[Fact] https://github.com/dotnet/cli/issues/3269
[Fact]
public void LibraryWithAnalyzer()
{
var root = Temp.CreateDirectory();