Skip to content
Snippets Groups Projects
Commit ad0459c4 authored by Martine Lenders's avatar Martine Lenders
Browse files

tests: adapt gnrc_netif2 test for changes in gnrc_netif2_create()

parent 2c7c3d8a
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,6 @@ static inline void _test_init(gnrc_netif2_t *netif)
static void test_creation(void)
{
char test_stack[4];
gnrc_netif2_t *ptr = NULL;
TEST_ASSERT_EQUAL_INT(0, gnrc_netif2_numof());
......@@ -131,8 +130,6 @@ static void test_creation(void)
TEST_ASSERT_NULL((ptr = gnrc_netif2_iter(ptr)));
}
TEST_ASSERT(init_called);
TEST_ASSERT_NULL(gnrc_netif2_create(test_stack, 4, GNRC_NETIF2_PRIO,
"netif", NULL, &default_ops));
}
static void test_get_by_pid(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment