You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.188
Former-commit-id: 24018f3f0cdcb06097c702effa33a8a99eda6829
This commit is contained in:
parent
581ec6ab46
commit
4b10506457
@ -1144,8 +1144,6 @@ namespace MonoTests.System
|
||||
}
|
||||
|
||||
[Test]
|
||||
// Interp uses slowpath delegate invoke virtual wrapper which throws NRE also with JIT
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void DynamicInvokeOpenInstanceDelegate ()
|
||||
{
|
||||
var d1 = Delegate.CreateDelegate (typeof (Func<DelegateTest, int>), typeof(DelegateTest).GetMethod ("DynamicInvokeOpenInstanceDelegate_CB"));
|
||||
|
Reference in New Issue
Block a user