summaryrefslogtreecommitdiff
path: root/t/helper/test-print-values.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-11-27 12:57:50 +0900
committerJunio C Hamano <gitster@pobox.com>2017-11-27 13:05:50 +0900
commit6cd4180bc97f5b54ad88c69d3eef1dfe9199fbca (patch)
treea983e693f967318bb826a56786556d0efd097f6e /t/helper/test-print-values.c
parent05f02fd4a9ccf7ba2209be18ae9abaccd9dae767 (diff)
downloadgit-mk/http-backend-content-length.tar.gz
Diffstat (limited to 't/helper/test-print-values.c')
-rw-r--r--t/helper/test-print-values.c10
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;
-}