Skip to content

Commit ba306bc

Browse files
Matthias Dietrichgoldsimon
Matthias Dietrich
authored andcommitted
Fix missing END_TEST in test_ip6_reass unit test
Signed-off-by: Simon Goldschmidt <[email protected]>
1 parent 554e104 commit ba306bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/ip6/test_ip6.c

+1
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ START_TEST(test_ip6_reass)
519519
test_ip6_reass_helper(130, t3, NUM_SEGS, 8);
520520
test_ip6_reass_helper(130, t4, NUM_SEGS, 1448);
521521
}
522+
END_TEST
522523

523524
/** Create the suite including all tests for this module */
524525
Suite *

0 commit comments

Comments
 (0)