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 8a23c9e commit f89722fCopy full SHA for f89722f
security/ipe/policy_tests.c
@@ -286,6 +286,7 @@ static void ipe_parser_widestring_test(struct kunit *test)
286
static struct kunit_case ipe_parser_test_cases[] = {
287
KUNIT_CASE_PARAM(ipe_parser_unsigned_test, ipe_policies_gen_params),
288
KUNIT_CASE(ipe_parser_widestring_test),
289
+ { }
290
};
291
292
static struct kunit_suite ipe_parser_test_suite = {
0 commit comments