diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-06-12 13:37:18 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-06-12 13:37:18 -0700 |
| commit | 2a061a62e28003898cb2c19ee332147b55fe95d3 (patch) | |
| tree | ccea7a55d9274e682733bdf40c7880aa9850689c /t/helper/test-tool.h | |
| parent | 51ea70c18ad4646fdcccdce72a1a457f7ada6297 (diff) | |
| parent | 456b4dce4cd11b4fc394db5ce5231b63e297ac77 (diff) | |
| download | git-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.h | 1 |
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); |
