update testsuites/unittest/libc/util/smoke/util_test_005.cpp.
Signed-off-by: mr-yx <496043997@qq.com>
This commit is contained in:
parent
16fdbdf650
commit
9b1e0a186b
|
@ -40,7 +40,7 @@ static UINT32 TestCase(VOID)
|
||||||
lcong48(seed);
|
lcong48(seed);
|
||||||
x = mrand48();
|
x = mrand48();
|
||||||
if ((x < -MRAND48_NUM) || (x > MRAND48_NUM)) {
|
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;
|
goto EXIT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue