Re-enable tests disabled for crossgen enabling

Fix #3269
This commit is contained in:
Eric Erhardt 2016-05-31 13:26:39 -05:00
parent 33b22d1638
commit 32b6204fda
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();