We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a302b commit 59d9277Copy full SHA for 59d9277
test/coverlet.core.tests/Coverage/CoverageTests.AwaitUsing.cs
@@ -15,7 +15,7 @@ public void AwaitUsing()
15
string path = Path.GetTempFileName();
16
try
17
{
18
- FunctionExecutor.RunInProcess(async (string[] pathSerialize) =>
+ FunctionExecutor.Run(async (string[] pathSerialize) =>
19
20
CoveragePrepareResult coveragePrepareResult = await TestInstrumentationHelper.Run<AwaitUsing>(instance =>
21
0 commit comments