We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946979b commit 5aee8b6Copy full SHA for 5aee8b6
tests/unit/testmain.c
@@ -2,8 +2,8 @@
2
3
MunitSuite suite[] = {
4
{"/settings", settings_tests, NULL, 1, MUNIT_SUITE_OPTION_NONE},
5
- {"/replacement", replacement_tests, NULL, 1, MUNIT_SUITE_OPTION_NONE},
6
{"/forward_table", forward_table_tests, NULL, 1, MUNIT_SUITE_OPTION_NONE},
+ {"/replacement", replacement_tests, NULL, 1, MUNIT_SUITE_OPTION_NONE},
7
{NULL, NULL, NULL, 0, MUNIT_SUITE_OPTION_NONE},
8
};
9
0 commit comments