Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-hx committed Nov 19, 2024
1 parent 6215eea commit 2fcc84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bind_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ void test_array_binding_normal(void** unused) {
}

void test_array_binding_stage(void** unused) {
test_array_binding_core(10000);
test_array_binding_core(100000);
}

int main(void) {
Expand Down

0 comments on commit 2fcc84a

Please sign in to comment.