Skip to content

Commit 3fba589

Browse files
committed
test: cast to a char the zstream test
1 parent f25bb50 commit 3fba589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/zstream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void test_core_zstream__basic(void)
6161
void test_core_zstream__fails_on_trailing_garbage(void)
6262
{
6363
git_buf deflated = GIT_BUF_INIT, inflated = GIT_BUF_INIT;
64-
size_t i = 0;
64+
char i = 0;
6565

6666
/* compress a simple string */
6767
git_zstream_deflatebuf(&deflated, "foobar!!", 8);

0 commit comments

Comments
 (0)