misra; update test there was a warning about missing return

This commit is contained in:
Daniel Marjamäki 2022-01-18 20:55:30 +01:00
parent e106654993
commit 5ebcd1dd52
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ private:
};
C2::C2() : f(NULL) {}
static bool test_misra_21_1_crash(void)
static void test_misra_21_1_crash(void)
{
auto misra_21_1_C a, b; // 12.3
a = b;