aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-tool.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-06-12 13:37:18 -0700
committerJunio C Hamano <gitster@pobox.com>2024-06-12 13:37:18 -0700
commit2a061a62e28003898cb2c19ee332147b55fe95d3 (patch)
treeccea7a55d9274e682733bdf40c7880aa9850689c /t/helper/test-tool.h
parent51ea70c18ad4646fdcccdce72a1a457f7ada6297 (diff)
parent456b4dce4cd11b4fc394db5ce5231b63e297ac77 (diff)
downloadgit-2a061a62e28003898cb2c19ee332147b55fe95d3.tar.gz
Merge branch 'gt/decorate-unit-test'
A test helper that essentially is unit tests on the "decorate" logic has been rewritten using the unit-tests framework. * gt/decorate-unit-test: t/: migrate helper/test-example-decorate to the unit testing framework
Diffstat (limited to 't/helper/test-tool.h')
-rw-r--r--t/helper/test-tool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/helper/test-tool.h b/t/helper/test-tool.h
index d14b3072bd..93a125d21a 100644
--- a/t/helper/test-tool.h
+++ b/t/helper/test-tool.h
@@ -23,7 +23,6 @@ int cmd__dump_split_index(int argc, const char **argv);
int cmd__dump_untracked_cache(int argc, const char **argv);
int cmd__dump_reftable(int argc, const char **argv);
int cmd__env_helper(int argc, const char **argv);
-int cmd__example_decorate(int argc, const char **argv);
int cmd__example_tap(int argc, const char **argv);
int cmd__find_pack(int argc, const char **argv);
int cmd__fsmonitor_client(int argc, const char **argv);