Skip to content

Commit 98faa3e

Browse files
stash: test save options init
1 parent f2befe8 commit 98faa3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/core/structinit.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ void test_core_structinit__compare(void)
160160
git_stash_apply_options, GIT_STASH_APPLY_OPTIONS_VERSION, \
161161
GIT_STASH_APPLY_OPTIONS_INIT, git_stash_apply_options_init);
162162

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+
163168
/* status */
164169
CHECK_MACRO_FUNC_INIT_EQUAL( \
165170
git_status_options, GIT_STATUS_OPTIONS_VERSION, \

0 commit comments

Comments
 (0)