#include <folly/test/SynchronizedTestLib.h>
#include <gtest/gtest.h>
-namespace {
+using namespace folly::sync_tests;
template <class Mutex>
class SynchronizedTest : public testing::Test {};
}
EXPECT_EQ((CountPair{4, 4}), FakeMutex::getLockUnlockCount());
}
-}