aboutsummaryrefslogtreecommitdiffstats
path: root/reftable/refname_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'reftable/refname_test.c')
-rw-r--r--reftable/refname_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/reftable/refname_test.c b/reftable/refname_test.c
index 8645cd93bb..b9cc62554e 100644
--- a/reftable/refname_test.c
+++ b/reftable/refname_test.c
@@ -9,7 +9,6 @@ https://developers.google.com/open-source/licenses/bsd
#include "basics.h"
#include "block.h"
#include "blocksource.h"
-#include "constants.h"
#include "reader.h"
#include "record.h"
#include "refname.h"
@@ -31,7 +30,7 @@ static void test_conflict(void)
struct reftable_write_options opts = { 0 };
struct strbuf buf = STRBUF_INIT;
struct reftable_writer *w =
- reftable_new_writer(&strbuf_add_void, &buf, &opts);
+ reftable_new_writer(&strbuf_add_void, &noop_flush, &buf, &opts);
struct reftable_ref_record rec = {
.refname = "a/b",
.value_type = REFTABLE_REF_SYMREF,