fix error code.
This commit is contained in:
parent
bc95f82373
commit
1934376b84
|
@ -2298,4 +2298,23 @@ TEST(functionsTest, internalFunc) {
|
|||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
taosSeedRand(taosGetTimestampSec());
|
||||
mptInit();
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
||||
|
||||
|
||||
#pragma GCC diagnosti
|
||||
|
|
Loading…
Reference in New Issue