Skip to content

Commit a4f7aa2

Browse files
committed
docs: Add link to original port of test.
1 parent 127fe41 commit a4f7aa2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/DispatchAsyncTests/DispatchGroupTests.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ struct DispatchGroupTests {
133133
}
134134

135135
/// Swift port of libdispatch/tests/dispatch_group.c
136+
///
137+
/// See https://github.com/swiftlang/swift-corelibs-libdispatch/blob/686475721aca13d98d2eab3a0c439403d33b6e2d/tests/dispatch_group.c
138+
///
136139
/// The original C test stresses `dispatch_group_wait` by enqueuing a bunch of
137140
/// math-heavy blocks on a global queue, then waiting for them to finish with a
138141
/// timeout. It also verifies that `notify` is invoked exactly once.

0 commit comments

Comments
 (0)