patch 4.0
This commit is contained in:
@ -39,8 +39,10 @@ TEST(ObAccumulator, full_test)
|
||||
ASSERT_EQ(500, acc.get_value());
|
||||
}
|
||||
|
||||
int main(int argc, char** argv)
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
::testing::InitGoogleTest(&argc,argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user