Only run netcore tests on coreclr.

上级 2bb37b92
......@@ -7034,7 +7034,7 @@ static void M2(delegate*<ref string, ref string> ptr1)
);
}
[Fact]
[ConditionalFact(typeof(CoreClrOnly))]
public void SpanInArgumentAndReturn()
{
var comp = CompileAndVerifyFunctionPointers(@"
......
......@@ -2888,7 +2888,7 @@ unsafe static class C
);
}
[Fact, WorkItem(44953, "https://github.com/dotnet/roslyn/issues/44953")]
[ConditionalFact(typeof(CoreClrOnly)), WorkItem(44953, "https://github.com/dotnet/roslyn/issues/44953")]
public void RestrictedTypeInFunctionPointer()
{
var comp = CreateCompilationWithFunctionPointers(@"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册