Minor addition to ScopesContinue test

This commit is contained in:
eidheim 2017-07-20 11:53:19 +02:00
commit 8f5a644a2a

View file

@ -35,6 +35,8 @@ int main() {
}
cancel_thread.join();
assert(scopes_continue.count == -1);
auto lock = scopes_continue.shared_lock();
assert(!lock);
scopes_continue.count = 0;