We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2befe8 commit 98faa3eCopy full SHA for 98faa3e
tests/core/structinit.c
@@ -160,6 +160,11 @@ void test_core_structinit__compare(void)
160
git_stash_apply_options, GIT_STASH_APPLY_OPTIONS_VERSION, \
161
GIT_STASH_APPLY_OPTIONS_INIT, git_stash_apply_options_init);
162
163
+ /* stash save */
164
+ CHECK_MACRO_FUNC_INIT_EQUAL( \
165
+ git_stash_save_options, GIT_STASH_SAVE_OPTIONS_VERSION, \
166
+ GIT_STASH_SAVE_OPTIONS_INIT, git_stash_save_options_init);
167
+
168
/* status */
169
CHECK_MACRO_FUNC_INIT_EQUAL( \
170
git_status_options, GIT_STATUS_OPTIONS_VERSION, \
0 commit comments