Skip to content

Commit 3d9d2fb

Browse files
Fix test error
1 parent 394069d commit 3d9d2fb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Lib/test/test_profiling/test_sampling_profiler/test_async.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -469,16 +469,16 @@ def test_complex_multi_parent_convergence(self):
469469
Tests that when multiple leaves have multiple parents, each leaf picks the same
470470
parent (sorted, first one) and all leaves are annotated with parent count.
471471
472-
Task graph structure (both leaves awaited by both A and B):
472+
Task graph structure (both leaves awaited by both A and B)::
473473
474474
Root (id=1)
475-
/ \
475+
/ \\
476476
A (id=2) B (id=3)
477-
| \ / |
478-
| \ / |
479-
| \/ |
480-
| /\ |
481-
| / \ |
477+
| \\ / |
478+
| \\ / |
479+
| \\/ |
480+
| /\\ |
481+
| / \\ |
482482
LeafX (id=4) LeafY (id=5)
483483
484484
Expected behavior: Both leaves pick parent A (lowest id=2) for their stack path.

0 commit comments

Comments
 (0)