Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Oct 20, 2023
1 parent 21ae114 commit 3e26295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system_resource_util_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 3e26295

Please sign in to comment.