diff options
author | Edward Thomson <ethomson@microsoft.com> | 2015-05-18 16:23:13 -0400 |
---|---|---|
committer | Edward Thomson <ethomson@microsoft.com> | 2015-05-28 09:44:10 -0400 |
commit | bb815157da1b3545d475a678e4db5292f6a723b2 (patch) | |
tree | 28c5ebecad2c9cbfbda5af3bf46989db76fc6d0d /tests/diff/diff_helpers.h | |
parent | 7877146fc2b2a25ce1d8c3be5f15186acf292a27 (diff) | |
download | libgit2-bb815157da1b3545d475a678e4db5292f6a723b2.tar.gz |
diff conflicts: add tests for tree to index
Diffstat (limited to 'tests/diff/diff_helpers.h')
-rw-r--r-- | tests/diff/diff_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/diff/diff_helpers.h b/tests/diff/diff_helpers.h index bf21f4b1f..6bcd1e671 100644 --- a/tests/diff/diff_helpers.h +++ b/tests/diff/diff_helpers.h @@ -8,7 +8,7 @@ typedef struct { int files; int files_binary; - int file_status[10]; /* indexed by git_delta_t value */ + int file_status[11]; /* indexed by git_delta_t value */ int hunks; int hunk_new_lines; |