diff options
author | Ben Straub <bs@github.com> | 2014-01-03 17:42:09 -0800 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2014-03-06 09:44:52 -0800 |
commit | aa17c3c63c3e31155015572cf208d89def9fce0c (patch) | |
tree | 96dc9dd338ccbaa7ef5201a47a97729e5f63ada9 /tests/structinit/structinit.c | |
parent | 6affd71f33f9a9693425d6f3599ba1f25226c34b (diff) | |
download | libgit2-options-names.tar.gz |
git_revert_opts -> git_revert_optionsoptions-names
Diffstat (limited to 'tests/structinit/structinit.c')
-rw-r--r-- | tests/structinit/structinit.c | 4 |
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( \ |