We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0c98d commit c39208dCopy full SHA for c39208d
tests/s3_data_plane_tests.c
@@ -3374,7 +3374,7 @@ struct aws_s3_buffer_pool *s_always_error_buffer_pool_fn(
3374
}
3375
3376
AWS_TEST_CASE(test_s3_put_object_buffer_acquire_error, s_test_s3_put_object_buffer_acquire_error)
3377
-static int test_s3_put_object_buffer_acquire_error(struct aws_allocator *allocator, void *ctx) {
+static int s_test_s3_put_object_buffer_acquire_error(struct aws_allocator *allocator, void *ctx) {
3378
(void)ctx;
3379
3380
struct aws_s3_tester tester;
0 commit comments