From ad0459c4924e9754f3d0dfd97c0e4c4911f3c012 Mon Sep 17 00:00:00 2001
From: Martine Lenders <m.lenders@fu-berlin.de>
Date: Tue, 10 Oct 2017 21:21:36 +0200
Subject: [PATCH] tests: adapt gnrc_netif2 test for changes in
 gnrc_netif2_create()

---
 tests/gnrc_netif2/main.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/gnrc_netif2/main.c b/tests/gnrc_netif2/main.c
index 435a0f8f61..896e7b74c8 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)
-- 
GitLab