未验证 提交 9b1e0a18 编写于 作者: Mr-YX's avatar Mr-YX 提交者: Gitee

update testsuites/unittest/libc/util/smoke/util_test_005.cpp.

Signed-off-by: Mr-YX's avatarmr-yx <496043997@qq.com>
上级 16fdbdf6
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册