Enable native compilation JIT tests for Mac.

This commit is contained in:
Gaurav Khanna 2015-12-17 14:53:57 -08:00
parent e764896edb
commit 8ef4d95097

View file

@ -53,12 +53,6 @@ namespace ConsoleApplication
[Fact]
public void TestDotnetCompileNativeRyuJit()
{
// Skip this test on mac
if(SkipForOS(OSPlatform.OSX, "https://github.com/dotnet/cli/issues/246"))
{
return;
}
if(SkipForOS(OSPlatform.Linux, "https://github.com/dotnet/cli/issues/527"))
{
return;