From 5d912416352ff067c6cc68b9d8f662316ebd29b3 Mon Sep 17 00:00:00 2001 From: gao_harmony Date: Tue, 8 Jun 2021 10:21:02 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=86=85=E6=A0=B8=E5=AD=90=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E9=9B=86=E6=88=90=E6=B5=8B=E8=AF=95=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E8=A7=84=E8=8C=83=E9=97=AE=E9=A2=98=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=EF=BC=9Atime=5Fposix=20=E6=A8=A1=E5=9D=97AlarmTest.cpp?= =?UTF-8?q?=E7=94=A8=E4=BE=8BAlarmTest.testTimerCreateFork=20363=20?= =?UTF-8?q?=E7=A9=BA=E6=A0=BC=E7=BC=A9=E8=BF=9B=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gao_harmony Change-Id: Ib76ee2cd8e4eefc6ab2a05114b966a5e4f236a54 --- kernel_lite/time_posix/src/AlarmTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel_lite/time_posix/src/AlarmTest.cpp b/kernel_lite/time_posix/src/AlarmTest.cpp index df21b3f99..35d5dbd3c 100755 --- a/kernel_lite/time_posix/src/AlarmTest.cpp +++ b/kernel_lite/time_posix/src/AlarmTest.cpp @@ -360,7 +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"; + EXPECT_EQ(timer_delete(tid), 0) << "ERROR: timer_delete() != 0"; } } -- GitLab