Skip to content

Commit 5aee8b6

Browse files
committed
testmain: reorder test so that replacements go after forwarding table tests
1 parent 946979b commit 5aee8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/testmain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
MunitSuite suite[] = {
44
{"/settings", settings_tests, NULL, 1, MUNIT_SUITE_OPTION_NONE},
5-
{"/replacement", replacement_tests, NULL, 1, MUNIT_SUITE_OPTION_NONE},
65
{"/forward_table", forward_table_tests, NULL, 1, MUNIT_SUITE_OPTION_NONE},
6+
{"/replacement", replacement_tests, NULL, 1, MUNIT_SUITE_OPTION_NONE},
77
{NULL, NULL, NULL, 0, MUNIT_SUITE_OPTION_NONE},
88
};
99

0 commit comments

Comments
 (0)