Add a coverage exception.
This commit is contained in:
parent
cf64568f83
commit
ae02eac051
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -1212,7 +1212,7 @@ static bool do_command()
|
|||
clear_command(&command);
|
||||
continue;
|
||||
}
|
||||
break;
|
||||
break;// LCOV_EXCL_LINE
|
||||
default: // LCOV_EXCL_LINE
|
||||
BUG(VOCABULARY_TYPE_N_OVER_1000_NOT_BETWEEN_0_AND_3); // LCOV_EXCL_LINE
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue