summaryrefslogtreecommitdiff
path: root/tests/structinit/structinit.c
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2014-03-11 18:40:38 -0700
committerEdward Thomson <ethomson@microsoft.com>2014-03-20 09:25:07 -0700
commit02105a27f01509ce4e641487cae040662ee477a2 (patch)
treec39db31754e115473ebbe92a9f35bf5703d714c6 /tests/structinit/structinit.c
parent1c0b6a38bacb54de300d936338d4adb04a9b311f (diff)
downloadlibgit2-02105a27f01509ce4e641487cae040662ee477a2.tar.gz
Change signature of `git_merge` to take merge and checkout opts
Diffstat (limited to 'tests/structinit/structinit.c')
-rw-r--r--tests/structinit/structinit.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/structinit/structinit.c b/tests/structinit/structinit.c
index 61fe8c786..fc44898cc 100644
--- a/tests/structinit/structinit.c
+++ b/tests/structinit/structinit.c
@@ -80,11 +80,6 @@ void test_structinit_structinit__compare(void)
git_merge_tree_opts, GIT_MERGE_TREE_OPTS_VERSION, \
GIT_MERGE_TREE_OPTS_INIT, git_merge_tree_init_opts);
- /* merge */
- CHECK_MACRO_FUNC_INIT_EQUAL( \
- git_merge_opts, GIT_MERGE_OPTS_VERSION, \
- GIT_MERGE_OPTS_INIT, git_merge_init_opts);
-
/* push */
CHECK_MACRO_FUNC_INIT_EQUAL( \
git_push_options, GIT_PUSH_OPTIONS_VERSION, \