summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Watson <gary.kactara.email@gmail.com>2022-07-13 16:50:02 -0700
committerJacob Watson <gary.kactara.email@gmail.com>2022-07-14 10:24:08 -0700
commitfb9515abc80c945dfe74713989dfb4f41d03d106 (patch)
treef834ea8cae52a709f90c34d4e4dafcd4af053b6d
parentfc9d28970a9fe970025f529c2108a6a3fef03555 (diff)
downloadlibgit2-fb9515abc80c945dfe74713989dfb4f41d03d106.tar.gz
stash: test save options init
-rw-r--r--tests/libgit2/core/structinit.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/libgit2/core/structinit.c b/tests/libgit2/core/structinit.c
index 160e2f612..8a6e48d2a 100644
--- a/tests/libgit2/core/structinit.c
+++ b/tests/libgit2/core/structinit.c
@@ -160,6 +160,11 @@ void test_core_structinit__compare(void)
git_stash_apply_options, GIT_STASH_APPLY_OPTIONS_VERSION, \
GIT_STASH_APPLY_OPTIONS_INIT, git_stash_apply_options_init);
+ /* stash save */
+ CHECK_MACRO_FUNC_INIT_EQUAL( \
+ git_stash_save_options, GIT_STASH_SAVE_OPTIONS_VERSION, \
+ GIT_STASH_SAVE_OPTIONS_INIT, git_stash_save_options_init);
+
/* status */
CHECK_MACRO_FUNC_INIT_EQUAL( \
git_status_options, GIT_STATUS_OPTIONS_VERSION, \