Skip to content

Commit 3c71d1e

Browse files
author
Lifeng Lu
committed
Update comments
1 parent 0563f5a commit 3c71d1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Microsoft.VisualStudio.Threading.Tests/JoinableTaskTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4164,7 +4164,6 @@ private static async void SomeFireAndForgetMethod()
41644164
await Task.Yield();
41654165
}
41664166

4167-
[MethodImpl(MethodImplOptions.NoInlining)] // We need locals to surely be popped off the stack for a reliable test
41684167
private async Task<JoinableTask> SpinOffMainThreadTaskForJoinableTaskDependenciesHandledAfterTaskCompletion(
41694168
JoinableTaskFactory joinableTaskFactory,
41704169
JoinableTaskCollection joinableTaskCollection,

0 commit comments

Comments
 (0)