]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/helper/test-hashmap.c
Merge branch 'js/update-index-ignore-removal-for-skip-worktree'
[thirdparty/git.git] / t / helper / test-hashmap.c
index cc577c8956cb494e2ddba1f4a727c835f2b2fb17..f38706216f44c3c881f1d52b250fe74d5140bb37 100644 (file)
@@ -5,6 +5,7 @@
 
 struct test_entry
 {
+       int padding; /* hashmap entry no longer needs to be the first member */
        struct hashmap_entry ent;
        /* key and value as two \0-terminated strings */
        char key[FLEX_ARRAY];