!898 【轻量级 PR】:「OpenHarmony开源贡献者计划2022」update testsuites/unittest/libc/util/smoke/util_test_005.cpp.

Merge pull request !898 from Mr_YX/N/A
This commit is contained in:
openharmony_ci 2022-06-23 01:02:42 +00:00 committed by Gitee
commit a3d757c8e1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ static UINT32 TestCase(VOID)
lcong48(seed);
x = mrand48();
if ((x < -MRAND48_NUM) || (x > MRAND48_NUM)) {
printf("[IN %s][line %d] x = %d\n", __FUNCTION__, __LINE__, x);
printf("[IN %s][line %d] x = %ld\n", __FUNCTION__, __LINE__, x);
goto EXIT;
}