Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Prev Previous commit
nit
  • Loading branch information
Emmanuel Garcia committed Aug 28, 2020
commit a2d425aa319d0205b76db44fea51597e18fb1c4b
3 changes: 2 additions & 1 deletion fml/raster_thread_merger_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,10 @@ TEST(RasterThreadMerger, Disable) {
{
auto decrement_result = raster_thread_merger_->DecrementLease();
ASSERT_EQ(fml::RasterThreadStatus::kUnmergedNow, decrement_result);
ASSERT_FALSE(raster_thread_merger_->IsMerged());
}

ASSERT_FALSE(raster_thread_merger_->IsMerged());

term1.Signal();
term2.Signal();
thread1.join();
Expand Down