Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rs/no-null-ptr-arith-in-fast-export'
[gitweb.git]
/
t
/
helper
/
test-example-decorate.c
diff --git
a/t/helper/test-example-decorate.c
b/t/helper/test-example-decorate.c
index 90dc97a9d0444bc2dd8beaa1bfdd970f4280efb7..081115bf8eb7cb2e27c39f632af0e40001b5b6e9 100644
(file)
--- a/
t/helper/test-example-decorate.c
+++ b/
t/helper/test-example-decorate.c
@@
-1,8
+1,9
@@
+#include "test-tool.h"
#include "cache.h"
#include "object.h"
#include "decorate.h"
-int cmd_
main
(int argc, const char **argv)
+int cmd_
_example_decorate
(int argc, const char **argv)
{
struct decoration n;
struct object_id one_oid = { {1} };