misra: updated test addons/test/misra/misra-test.cpp
This commit is contained in:
parent
9a943e7616
commit
f3fa7a6f5e
|
@ -20,6 +20,6 @@ C2::C2() : f(NULL) {}
|
||||||
|
|
||||||
static bool test_misra_21_1_crash()
|
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;
|
a = b;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue