From ba306bcdaa5e734456d157a896534a5203a216a9 Mon Sep 17 00:00:00 2001 From: Matthias Dietrich Date: Thu, 21 Mar 2024 23:29:28 +0100 Subject: [PATCH] Fix missing END_TEST in test_ip6_reass unit test Signed-off-by: Simon Goldschmidt --- test/unit/ip6/test_ip6.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/ip6/test_ip6.c b/test/unit/ip6/test_ip6.c index a030ee5a..d37a6120 100644 --- a/test/unit/ip6/test_ip6.c +++ b/test/unit/ip6/test_ip6.c @@ -519,6 +519,7 @@ START_TEST(test_ip6_reass) test_ip6_reass_helper(130, t3, NUM_SEGS, 8); test_ip6_reass_helper(130, t4, NUM_SEGS, 1448); } +END_TEST /** Create the suite including all tests for this module */ Suite *