Merge pull request #543 from gkhanna79/EnableJITTest

Enable native compilation JIT tests for Mac.
This commit is contained in:
Gaurav Khanna 2015-12-17 16:50:53 -08:00
commit d498cbf68f

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;