Skip to content

Commit

Permalink
misra-test.c: updated test with expected finding now EOF is no long…
Browse files Browse the repository at this point in the history
…er unknown
  • Loading branch information
firewave committed Jul 2, 2024
1 parent 6f72db9 commit 1e231de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/test/misra/misra-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -2029,7 +2029,7 @@ static void misra_22_5(FILE *f) {

static void misra_22_7(char ch)
{
if (EOF == ch) {} // 22.7
if (EOF == ch) {} // 10.4 // TODO: 22.7 - #1289
}

static void misra_22_8(void)
Expand Down

0 comments on commit 1e231de

Please sign in to comment.