diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-11-27 12:57:50 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-27 13:05:50 +0900 |
commit | 6cd4180bc97f5b54ad88c69d3eef1dfe9199fbca (patch) | |
tree | a983e693f967318bb826a56786556d0efd097f6e /t/helper/test-print-values.c | |
parent | 05f02fd4a9ccf7ba2209be18ae9abaccd9dae767 (diff) | |
download | git-mk/http-backend-content-length.tar.gz |
SQUASH???mk/http-backend-content-length
Diffstat (limited to 't/helper/test-print-values.c')
-rw-r--r-- | t/helper/test-print-values.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/t/helper/test-print-values.c b/t/helper/test-print-values.c deleted file mode 100644 index 8f7e5af319..0000000000 --- a/t/helper/test-print-values.c +++ /dev/null @@ -1,10 +0,0 @@ -#include <stdio.h> -#include <string.h> - -int cmd_main(int argc, const char **argv) -{ - if (argc == 2 && strcmp(argv[1], "(size_t)(-20)") == 0) - printf("%zu", (ssize_t)(-20)); - - return 0; -} |