diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2023-02-16 10:23:28 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-16 10:23:28 +0000 |
| commit | 05ba3fe4e15ce91e6470ae57d1f4a71fc6147eba (patch) | |
| tree | c12ebe6dc8cc8f17c8df1194aa7d61cc1d1a936d /tests/libgit2/core | |
| parent | 7108b4318f365968ad542d3a11b6b1a67c41306d (diff) | |
| parent | 35580d88a834438275adea77785a5f356352ea21 (diff) | |
| download | libgit2-05ba3fe4e15ce91e6470ae57d1f4a71fc6147eba.tar.gz | |
Merge pull request #6330 from gitkraken-jacobw/partial-stashing
stash: partial stash specific files
Diffstat (limited to 'tests/libgit2/core')
| -rw-r--r-- | tests/libgit2/core/structinit.c | 5 |
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, \ |
