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 c2bcc8e commit 5cccec7Copy full SHA for 5cccec7
tools/testing/selftests/kselftest_harness.h
@@ -172,7 +172,7 @@
172
173
#define __TEST_IMPL(test_name, _signal) \
174
static void test_name(struct __test_metadata *_metadata); \
175
- static inline void wrapper_##test_name( \
+ static void wrapper_##test_name( \
176
struct __test_metadata *_metadata, \
177
struct __fixture_variant_metadata __attribute__((unused)) *variant) \
178
{ \
@@ -401,7 +401,7 @@
401
402
FIXTURE_DATA(fixture_name) *self, \
403
const FIXTURE_VARIANT(fixture_name) *variant); \
404
- static inline void wrapper_##fixture_name##_##test_name( \
+ static void wrapper_##fixture_name##_##test_name( \
405
406
struct __fixture_variant_metadata *variant) \
407
0 commit comments