Skip to content

Commit 21fc2f9

Browse files
committed
- PR comments
1 parent 99db33b commit 21fc2f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/MongoDB.Bson.TestHelpers/XunitExtensions/TimeoutEnforcing/TimeoutEnforcingTestInvoker.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ namespace MongoDB.Bson.TestHelpers.XunitExtensions.TimeoutEnforcing
2828
[DebuggerStepThrough]
2929
internal sealed class TimeoutEnforcingTestInvoker : XunitTestInvoker
3030
{
31+
// This is a copy of MongoDB.Driver.Core.Misc.TaskExtensions.YieldNoContextAwaitable struct
32+
// Remove this copy when moving TaskExtensions to BSON level.
3133
private struct YieldNoContextAwaitable
3234
{
3335
public YieldNoContextAwaiter GetAwaiter() { return new YieldNoContextAwaiter(); }

0 commit comments

Comments
 (0)