diff --git a/src/tests/test_935.c b/src/tests/test_935.c index 3b2db2101b7..f95e6c8576a 100644 --- a/src/tests/test_935.c +++ b/src/tests/test_935.c @@ -40,7 +40,7 @@ void testit(const int klen, const int vlen, const int n, const int lastvlen) { // insert to fill up a node { - void *v = malloc(vlen); assert(v); + void *v = malloc(vlen); assert(v); memset(v, 0, vlen); DB_TXN *txn = 0; int i; for (i=0; i