Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/structinit/structinit.c')
-rw-r--r--tests/structinit/structinit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/structinit/structinit.c b/tests/structinit/structinit.c
index ec4f43999..1df970d49 100644
--- a/tests/structinit/structinit.c
+++ b/tests/structinit/structinit.c
@@ -92,8 +92,8 @@ void test_structinit_structinit__compare(void)
/* revert */
CHECK_MACRO_FUNC_INIT_EQUAL( \
- git_revert_opts, GIT_REVERT_OPTS_VERSION, \
- GIT_REVERT_OPTS_INIT, git_revert_init_opts);
+ git_revert_options, GIT_REVERT_OPTIONS_VERSION, \
+ GIT_REVERT_OPTIONS_INIT, git_revert_init_opts);
/* status */
CHECK_MACRO_FUNC_INIT_EQUAL( \