From 3e262958b577e1366178e66b88bfcb2abebce647 Mon Sep 17 00:00:00 2001 From: Dmitriy Musatkin Date: Fri, 20 Oct 2023 16:27:25 -0700 Subject: [PATCH] fix test --- tests/system_resource_util_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system_resource_util_test.c b/tests/system_resource_util_test.c index 0d58882d8..ffc06a11d 100644 --- a/tests/system_resource_util_test.c +++ b/tests/system_resource_util_test.c @@ -11,7 +11,7 @@ static int s_test_memory_usage_maxrss(struct aws_allocator *allocator, void *ctx (void)allocator; (void)ctx; - struct aws_resource_usage mu; + struct aws_memory_usage mu; AWS_ZERO_STRUCT(mu); ASSERT_SUCCESS(aws_memory_usage_for_current_process(&mu));