mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 22:21:09 +03:00
Mark random coverage line in std.concurrency
This commit is contained in:
parent
e8ebd82eab
commit
f46a73ad26
1 changed files with 1 additions and 1 deletions
|
@ -2235,7 +2235,7 @@ private
|
|||
if (m_last is m_first)
|
||||
m_last = null;
|
||||
else if (m_last is n.next)
|
||||
m_last = n;
|
||||
m_last = n; // nocoverage
|
||||
Node* to_free = n.next;
|
||||
n.next = n.next.next;
|
||||
freeNode(to_free);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue