#include #include namespace NYT { namespace { //////////////////////////////////////////////////////////////////////////////// TEST(TGuidTest, RandomGuids) { auto guid = TGuid::Create(); auto otherGuid = TGuid::Create(); EXPECT_FALSE(guid == otherGuid); } //////////////////////////////////////////////////////////////////////////////// } // namespace } // namespace NYT