diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/list_test.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/core/list_test.c b/src/core/list_test.c index e121e4c5..ec56cd93 100644 --- a/src/core/list_test.c +++ b/src/core/list_test.c @@ -8,7 +8,6 @@ // #include "nng_impl.h" -#include "stubs.h" #include <nuts.h> typedef struct { @@ -116,8 +115,8 @@ test_list_two_items(void) } NUTS_TESTS = { - { "list empty", test_list_init_empty }, - { "list add one", test_list_add_item }, - { "list add two", test_list_two_items }, - { NULL, NULL }, -};
\ No newline at end of file + { "list empty", test_list_init_empty }, + { "list add one", test_list_add_item }, + { "list add two", test_list_two_items }, + { NULL, NULL }, +}; |
