Fixing threading assumptions for FSEvents runloop

This commit is contained in:
Teddy Reed 2015-02-01 05:12:28 -07:00
parent e37b16ce2f
commit b0a91e1058

View File

@ -47,7 +47,6 @@ class FSEventsTests : public testing::Test {
::usleep(20);
}
EventFactory::end();
temp_thread_.join();
}
void WaitForStream(int max) {
@ -164,7 +163,6 @@ TEST_F(FSEventsTests, test_fsevents_run) {
EXPECT_TRUE(event_pub_->numEvents() > 0);
EventFactory::end();
temp_thread.join();
}
class TestFSEventsEventSubscriber