Skip to content

Commit

Permalink
add coverage
Browse files Browse the repository at this point in the history
Signed-off-by: chaoqin-li1123 <chaoqin@uchicago.edu>
  • Loading branch information
chaoqin-li1123 committed Jan 12, 2021
1 parent 821bba3 commit af7bbe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/common/thread_local/thread_local_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ InstanceImpl::~InstanceImpl() {
ASSERT(shutdown_);
thread_local_data_.data_.clear();
Thread::MainThread::clear();
ASSERT(Thread::MainThread::isMainThread());
}

SlotPtr InstanceImpl::allocateSlot() {
Expand Down

0 comments on commit af7bbe2

Please sign in to comment.