diff options
Diffstat (limited to 'tests/src/csv-test.c')
| -rw-r--r-- | tests/src/csv-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/csv-test.c b/tests/src/csv-test.c index c99c049..4035f70 100644 --- a/tests/src/csv-test.c +++ b/tests/src/csv-test.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // NOLINTBEGIN | ||
| 1 | #undef NDEBUG | 2 | #undef NDEBUG |
| 2 | 3 | ||
| 3 | #include <assert.h> | 4 | #include <assert.h> |
| @@ -625,3 +626,4 @@ main(void) | |||
| 625 | 626 | ||
| 626 | return EXIT_SUCCESS; | 627 | return EXIT_SUCCESS; |
| 627 | } | 628 | } |
| 629 | // NOLINTEND | ||
