summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c
index 0110197..abb2c1c 100644
--- a/src/test.c
+++ b/src/test.c
@@ -57,7 +57,7 @@ int main(int argc, char *argv[])
ix3_object_t *o, *j;
ix3_t *ix3;
- ix3 = ix3_new(NULL, 2, 8);
+ ix3 = ix3_new(NULL, 2, 8, 1);
if (!ix3) {
fprintf(stderr, "unable to create index\n");
return 1;
© All Rights Reserved