Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
Signed-off-by: Takahiro Yamashita <[email protected]>
  • Loading branch information
nokute78 committed Jul 17, 2023
1 parent 6d25013 commit 9a471f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/internal/log_event_encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -715,8 +715,8 @@ void dummy2()
Test(dummy,
type1, strlen(str), type2, str, strlen(str),
type1, strlen(str), type2, str, strlen(str),
type1, 4UL, type2, str, 4UL,
type1, 4UL, type2, str, 4UL);
type1, (size_t)4, type2, str, (size_t)4,
type1, (size_t)4, type2, str, (size_t)4);
}

TEST_LIST = {
Expand Down

0 comments on commit 9a471f1

Please sign in to comment.