diff --git a/tests/gnrc_netif2/main.c b/tests/gnrc_netif2/main.c index 435a0f8f6119c7892fe3fad841b1e877805a05f7..896e7b74c8f2b364302dd2b9a6134019da8e278d 100644 --- a/tests/gnrc_netif2/main.c +++ b/tests/gnrc_netif2/main.c @@ -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)