From 1934376b84f118336249d7fc2035beb070fa58ce Mon Sep 17 00:00:00 2001 From: xiao-77 Date: Mon, 30 Dec 2024 17:49:25 +0800 Subject: [PATCH] fix error code. --- source/util/test/memPoolTest.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/util/test/memPoolTest.cpp b/source/util/test/memPoolTest.cpp index 6302bc4a2b..a8da96711d 100644 --- a/source/util/test/memPoolTest.cpp +++ b/source/util/test/memPoolTest.cpp @@ -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