File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -729,8 +729,8 @@ TEST_BUILTINS_OBJS += test-repository.o
729729TEST_BUILTINS_OBJS += test-revision-walking.o
730730TEST_BUILTINS_OBJS += test-run-command.o
731731TEST_BUILTINS_OBJS += test-scrap-cache-tree.o
732- TEST_BUILTINS_OBJS += test-sha1-array.o
733732TEST_BUILTINS_OBJS += test-sha1.o
733+ TEST_BUILTINS_OBJS += test-sha1-array.o
734734TEST_BUILTINS_OBJS += test-sigchain.o
735735TEST_BUILTINS_OBJS += test-strcmp-offset.o
736736TEST_BUILTINS_OBJS += test-string-list.o
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ static struct test_cmd cmds[] = {
3434 { "revision-walking" , cmd__revision_walking },
3535 { "run-command" , cmd__run_command },
3636 { "scrap-cache-tree" , cmd__scrap_cache_tree },
37- { "sha1-array" , cmd__sha1_array },
3837 { "sha1" , cmd__sha1 },
38+ { "sha1-array" , cmd__sha1_array },
3939 { "sigchain" , cmd__sigchain },
4040 { "strcmp-offset" , cmd__strcmp_offset },
4141 { "string-list" , cmd__string_list },
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ int cmd__repository(int argc, const char **argv);
3030int cmd__revision_walking (int argc , const char * * argv );
3131int cmd__run_command (int argc , const char * * argv );
3232int cmd__scrap_cache_tree (int argc , const char * * argv );
33- int cmd__sha1_array (int argc , const char * * argv );
3433int cmd__sha1 (int argc , const char * * argv );
34+ int cmd__sha1_array (int argc , const char * * argv );
3535int cmd__sigchain (int argc , const char * * argv );
3636int cmd__strcmp_offset (int argc , const char * * argv );
3737int cmd__string_list (int argc , const char * * argv );
You can’t perform that action at this time.
0 commit comments