提交 fadd2939 编写于 作者: O openharmony_ci 提交者: Gitee

!262 【内核子系统集成测试】修改规范问题用例:time_posix 模块AlarmTest.cpp用例AlarmTest.testTimerCreateFork 363 空格缩进问题。

Merge pull request !262 from gao_harmony/kernel_lite_mas_20210608_2
......@@ -360,6 +360,7 @@ HWTEST_F(AlarmTest, testTimerCreateFork, Function | MediumTest | Level2)
Msleep(setMillisec + ACCURACY_ERROR);
EXPECT_EQ(mReceivedSignal, SIGALRM);
WaitProcExitedOK(pid);
EXPECT_EQ(timer_delete(tid), 0) << "ERROR: timer_delete() != 0";
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册