Skip to content

Commit 9403540

Browse files
NicoMuleocschreib
andauthored
Update include/snitch/snitch_macros_test_case.hpp
remove inline Co-authored-by: Corentin Schreiber <github@corentin.net>
1 parent fa94a6a commit 9403540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/snitch/snitch_macros_test_case.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
void test_fun(); \
7878
}; \
7979
} \
80-
inline void ID::test_fun()
80+
void ID::test_fun()
8181

8282
# define SNITCH_TEST_CASE_METHOD(FIXTURE, ...) \
8383
SNITCH_TEST_CASE_METHOD_IMPL(SNITCH_MACRO_CONCAT(test_id_, __COUNTER__), FIXTURE)

0 commit comments

Comments
 (0)