summaryrefslogtreecommitdiffstats
path: root/test/btree_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/btree_test.c')
-rw-r--r--test/btree_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/btree_test.c b/test/btree_test.c
index fb6b769..150a29d 100644
--- a/test/btree_test.c
+++ b/test/btree_test.c
@@ -220,7 +220,7 @@ test_remove_cases(void)
static const uintptr_t s1 = 2u;
static const uintptr_t s2 = 255u;
- static const size_t n_insertions = s1 * s2 * 1000u;
+ const size_t n_insertions = s1 * s2 * 1000u;
ZixBTree* const t = zix_btree_new(NULL, int_cmp, NULL);