Run test on travis.

This commit is contained in:
ArthurSonzogni
2020-04-16 23:20:04 +02:00
parent 3cfc208cfe
commit 76b216dd5e
3 changed files with 26 additions and 13 deletions

View File

@@ -91,7 +91,6 @@ class ReceiverImpl {
}
void ReleaseSender() {
std::cerr << __func__ << std::endl;
senders_--;
notifier_.notify_one();
}