patch 4.0
This commit is contained in:
@ -15,8 +15,10 @@
|
||||
#include <sys/time.h>
|
||||
#include "lib/time/ob_time_utility.h"
|
||||
|
||||
namespace oceanbase {
|
||||
namespace common {
|
||||
namespace oceanbase
|
||||
{
|
||||
namespace common
|
||||
{
|
||||
|
||||
TEST(TestCurrentTime, common)
|
||||
{
|
||||
@ -62,10 +64,10 @@ TEST(TestCurrentTimeCoarse, common)
|
||||
ASSERT_EQ(true, t3 > t2);
|
||||
}
|
||||
|
||||
} // namespace common
|
||||
} // namespace oceanbase
|
||||
}//common
|
||||
}//oceanbase
|
||||
|
||||
int main(int argc, char** argv)
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
|
||||
Reference in New Issue
Block a user