From 9b1e0a186bc7d04a0465a0b871397fba573bd09b Mon Sep 17 00:00:00 2001 From: Mr_YX <496043997@qq.com> Date: Wed, 15 Jun 2022 14:05:19 +0000 Subject: [PATCH] update testsuites/unittest/libc/util/smoke/util_test_005.cpp. Signed-off-by: mr-yx <496043997@qq.com> --- testsuites/unittest/libc/util/smoke/util_test_005.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/unittest/libc/util/smoke/util_test_005.cpp b/testsuites/unittest/libc/util/smoke/util_test_005.cpp index 332f6251..5b2ee32b 100644 --- a/testsuites/unittest/libc/util/smoke/util_test_005.cpp +++ b/testsuites/unittest/libc/util/smoke/util_test_005.cpp @@ -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; } -- GitLab