Message ID | 20220823142456.3977086-3-joefradley@google.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 7d97635b72813d80f909ad24d7a64b2fe9a29c0b |
Delegated to: | Brendan Higgins |
Headers | show |
Series | kunit: add boot time parameter to enable KUnit | expand |
diff --git a/include/kunit/test.h b/include/kunit/test.h index ee6bf4ecbd89..512089e5ce4e 100644 --- a/include/kunit/test.h +++ b/include/kunit/test.h @@ -253,7 +253,6 @@ static inline int kunit_run_all_tests(void) #endif /* IS_BUILTIN(CONFIG_KUNIT) */ #define __kunit_test_suites(unique_array, ...) \ - MODULE_INFO(test, "Y"); \ static struct kunit_suite *unique_array[] \ __aligned(sizeof(struct kunit_suite *)) \ __used __section(".kunit_test_suites") = { __VA_ARGS__ }