misra: updated test addons/test/misra/misra-test.cpp

This commit is contained in:
Daniel Marjamäki 2020-09-06 13:25:37 +02:00
parent 9a943e7616
commit f3fa7a6f5e
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ C2::C2() : f(NULL) {}
static bool test_misra_21_1_crash()
{
auto misra_21_1_C a, b;
auto misra_21_1_C a, b; // 12.3
a = b;
}