Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
test: join worker thread at exit in test-async.c
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Oct 2, 2012
1 parent 5135cfc commit c6c691f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test-async.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,7 @@ TEST_IMPL(async) {
ASSERT(async_cb_called == 3);
ASSERT(close_cb_called == 2);

ASSERT(0 == uv_thread_join(&thread));

return 0;
}

0 comments on commit c6c691f

Please sign in to comment.