fix test case

Signed-off-by: limeng151 <limeng151@huawei.com>
Change-Id: Ia8c42c2d1c62a0d1298081b269a607d05d6a3567
This commit is contained in:
limeng151 2023-02-27 15:50:33 +08:00
parent 8f9f819455
commit 1c54a002f7

View File

@ -71,7 +71,7 @@ static int child(void)
uintptr_t *d;
/* Set first dividing chunk */
if (set_devide_chunk(sizeof(size_t))) {
if (set_devide_chunk(sizeof(uintptr_t))) {
return -1;
}