提交 b01d2615 编写于 作者: Z zhouhouxin 提交者: Gitee

update distributed_schedule_lite/dtbschedmgr_posix/src/MsgParserFuncTest.cpp.

上级 90907403
...@@ -106,7 +106,7 @@ HWTEST_F(MsgParserFuncTest, testMsgParserFunc0020, Function | MediumTest | Level ...@@ -106,7 +106,7 @@ HWTEST_F(MsgParserFuncTest, testMsgParserFunc0020, Function | MediumTest | Level
}; };
auto onTlvParseDone = [] (int8_t errCode, const void *dmsMsg) { auto onTlvParseDone = [] (int8_t errCode, const void *dmsMsg) {
printf("[hcpptest]result code:%d \n", errCode); printf("[hcpptest]result code : %d \n", errCode);
}; };
int8_t resultCode = RunTest(nullptr, sizeof(buffer), onTlvParseDone, nullptr); int8_t resultCode = RunTest(nullptr, sizeof(buffer), onTlvParseDone, nullptr);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册