Skip to content

Commit

Permalink
Merge pull request #9 from baruch/fix-test-msg-cq-advance
Browse files Browse the repository at this point in the history
Ensure we advance the CQ with popFront
  • Loading branch information
tchaloupka committed Apr 12, 2023
2 parents 65c238d + 2230b1f commit f9ee66c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/msg.d
Expand Up @@ -65,6 +65,8 @@ unittest

foreach (i; 0..2)
{
scope (exit) io.popFront();

if (io.front.res == -EINVAL)
{
version (D_BetterC)
Expand Down

0 comments on commit f9ee66c

Please sign in to comment.