misra: fix test assertion
This commit is contained in:
parent
904e9149bf
commit
286e300c6f
|
@ -283,7 +283,7 @@ void misra_16_6() {
|
||||||
default: break;
|
default: break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// No 16.6 in this switch:
|
// No 16 6 in this switch:
|
||||||
switch (x) {
|
switch (x) {
|
||||||
case A: return 1; // 15.5
|
case A: return 1; // 15.5
|
||||||
case B: return 1; // 15.5
|
case B: return 1; // 15.5
|
||||||
|
|
Loading…
Reference in New Issue