Commit bfba4b6
committed
[Concurrency] Fix racy test, too sensitive on println ordering
The test only checks Task done and then "deinit" happening, however
there is another print that may happen in between. Since it's racy which
one comes first, on slower instances -- like simulators, it could get in
the way.
Remove the println we're not even checking for but that breaks the
CHECK-NEXT
Resolves rdar://1372217641 parent 96143db commit bfba4b6
File tree
1 file changed
+0
-1
lines changed- test/Concurrency/Runtime
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
| |||
0 commit comments