diff options
author | Robert Coup <robert@coup.net.nz> | 2019-03-20 11:51:24 +1300 |
---|---|---|
committer | Robert Coup <robert@coup.net.nz> | 2019-06-10 11:22:02 +0100 |
commit | 5427461fb47d22760c0a5a80b6a5f33561e48820 (patch) | |
tree | bdea08dcb4b1407969e2ee0ab55028baa295a46a | |
parent | 1d04f477e5c3c83b6c3985df21fa5fbec600f302 (diff) | |
download | libgit2-5427461fb47d22760c0a5a80b6a5f33561e48820.tar.gz |
merge: add doc header to analysis tests
-rw-r--r-- | tests/merge/trees/analysis.c | 3 | ||||
-rw-r--r-- | tests/merge/workdir/analysis.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/merge/trees/analysis.c b/tests/merge/trees/analysis.c index c57d8c2ed..c744f1a24 100644 --- a/tests/merge/trees/analysis.c +++ b/tests/merge/trees/analysis.c @@ -1,3 +1,6 @@ +// NOTE: this is essentially duplicated from tests/merge/workdir/analysis.c +// You probably want to make changes to both files. + #include "clar_libgit2.h" #include "git2/repository.h" #include "git2/merge.h" diff --git a/tests/merge/workdir/analysis.c b/tests/merge/workdir/analysis.c index 27d7dba84..6b97da74a 100644 --- a/tests/merge/workdir/analysis.c +++ b/tests/merge/workdir/analysis.c @@ -1,3 +1,6 @@ +// NOTE: this is essentially duplicated with tests/merge/trees/analysis.c +// You probably want to make changes to both files. + #include "clar_libgit2.h" #include "git2/repository.h" #include "git2/merge.h" |