Skip to content

Commit

Permalink
Update include/snitch/snitch_macros_test_case.hpp
Browse files Browse the repository at this point in the history
remove inline

Co-authored-by: Corentin Schreiber <[email protected]>
  • Loading branch information
NicoMuleo and cschreib authored Nov 5, 2024
1 parent fa94a6a commit 9403540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/snitch/snitch_macros_test_case.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
void test_fun(); \
}; \
} \
inline void ID::test_fun()
void ID::test_fun()

# define SNITCH_TEST_CASE_METHOD(FIXTURE, ...) \
SNITCH_TEST_CASE_METHOD_IMPL(SNITCH_MACRO_CONCAT(test_id_, __COUNTER__), FIXTURE)
Expand Down

0 comments on commit 9403540

Please sign in to comment.