Skip to content

Commit 9263b8a

Browse files
committed
memcpy resize
1 parent a9d047a commit 9263b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/klibc/utest/TC_rt_memcmp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ static void TC_rt_memcmp_partial_match(void)
121121
uassert_int_not_equal(rt_memcmp(arr1, arr2, sizeof(arr1)), 0);
122122
}
123123

124-
#define LARGE_ARRAY_SIZE 1000
124+
#define LARGE_ARRAY_SIZE 500
125125

126126
static void TC_rt_memcmp_large_array(void)
127127
{

0 commit comments

Comments
 (0)