tests: vector: augment size of input vector

Mostly to actually test the intro_sort function
This commit is contained in:
Bruno BELANYI 2020-11-26 14:54:23 +01:00
parent ca3f8d0afd
commit d94d848669
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include "tupperware/vector.h"
struct vector v;
const size_t init_n = 10;
const size_t init_n = 42;
static void setup(void) {