You've already forked linux-packaging-mono
Imported Upstream version 5.20.0.189
Former-commit-id: c9f5ee71442d18bca0b558f6ff89bfee0f5e28b5
This commit is contained in:
parent
f737def5f5
commit
d682dc917c
@ -379,10 +379,12 @@ namespace MonoTests.System.Diagnostics
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category("NotWasm")]
|
||||
[Category("MobileNotWorking")]
|
||||
// https://github.com/mono/mono/issues/12688
|
||||
public void GetFrames_AsynsCalls ()
|
||||
public async Task GetFrames_AsyncCalls ()
|
||||
{
|
||||
StartAsyncCalls ().Wait ();
|
||||
await StartAsyncCalls ();
|
||||
}
|
||||
|
||||
private async Task StartAsyncCalls ()
|
||||
|
Reference in New Issue
Block a user