Removed temporary code

This commit is contained in:
Alain Mosnier 2017-12-13 11:27:39 +01:00
parent f3f5e1b453
commit 5833df68d9
1 changed files with 0 additions and 1 deletions

1
test.c
View File

@ -66,7 +66,6 @@ static void test(const char input[], const char output[])
int main(void)
{
printf("%zu\n", sizeof (size_t));
for (size_t i = 0; i < (sizeof VECTORS / sizeof (struct vector)); i++) {
const struct vector *vector = &VECTORS[i];
test(vector->input, vector->output);