diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2015-06-26 18:11:05 +0200 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2015-06-26 18:11:05 +0200 |
commit | cfafeb843d3512d2bc06a80511c51bbc70897ac4 (patch) | |
tree | 7be2ae2affedafd44b84a8d16214cfe71dab9d03 /tests/diff/binary.c | |
parent | 354268ca488fc89346d5874b446510f0cc89c007 (diff) | |
parent | 492851c9a2f98f44d34e5400a4c2ab8a29e312a7 (diff) | |
download | libgit2-cfafeb843d3512d2bc06a80511c51bbc70897ac4.tar.gz |
Merge pull request #3263 from git-up/fixes
Fixes
Diffstat (limited to 'tests/diff/binary.c')
-rw-r--r-- | tests/diff/binary.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/diff/binary.c b/tests/diff/binary.c index 6a5f3907b..2d532637c 100644 --- a/tests/diff/binary.c +++ b/tests/diff/binary.c @@ -277,7 +277,6 @@ void test_diff_binary__empty_for_no_diff(void) git_tree *tree; git_diff *diff; git_buf actual = GIT_BUF_INIT; - const char *expected = ""; opts.flags = GIT_DIFF_SHOW_BINARY | GIT_DIFF_FORCE_BINARY; opts.id_abbrev = GIT_OID_HEXSZ; |