aboutsummaryrefslogtreecommitdiff
path: root/lib/kunit/try-catch-impl.h
AgeCommit message (Collapse)AuthorFilesLines
2020-01-09kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire1-0/+27
Define function as static inline in try-catch-impl.h to allow it to be used in kunit itself and tests. Also remove unused kunit_generic_try_catch Co-developed-by: Knut Omang <[email protected]> Signed-off-by: Knut Omang <[email protected]> Signed-off-by: Alan Maguire <[email protected]> Reviewed-by: Brendan Higgins <[email protected]> Tested-by: Brendan Higgins <[email protected]> Signed-off-by: Shuah Khan <[email protected]>