Mod aaa-12 更新gtest

RCA:
SOL:
修改人:huangxin
检视人:huangxin
This commit is contained in:
huangxin 2019-11-29 17:34:14 +08:00
parent d85a60308e
commit 51fe50f1a3
1 changed files with 1 additions and 5 deletions

View File

@ -31,10 +31,6 @@ TEST(json_encode_test, retOK)
auto main(int argc, char* argv[]) -> int auto main(int argc, char* argv[]) -> int
{ {
int ret;
testing::InitGoogleTest(&argc, argv); testing::InitGoogleTest(&argc, argv);
ret = RUN_ALL_TESTS(); return RUN_ALL_TESTS();
return 0;
} }