Skip to content

Commit

Permalink
unreference param.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Nov 2, 2023
1 parent 4de6d51 commit 1941e60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/io_util_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <aws/testing/aws_test_harness.h>

static int s_test_instance_lock_works_in_proc(struct aws_allocator *allocator, void *ctx) {
(void)ctx;
aws_common_library_init(allocator);

struct aws_byte_cursor lock_nonce = aws_byte_cursor_from_c_str("lock_nonce");
Expand All @@ -30,6 +31,7 @@ static int s_test_instance_lock_works_in_proc(struct aws_allocator *allocator, v
AWS_TEST_CASE(test_instance_lock_works_in_proc, s_test_instance_lock_works_in_proc)

static int s_instance_lock_mp_test_runner(struct aws_allocator *allocator, void *ctx) {
(void)ctx;
aws_common_library_init(allocator);

/* so the test runner doesn't actually run the portion of the test we want to test unless we're invoking it as a
Expand Down

0 comments on commit 1941e60

Please sign in to comment.