Skip to content

Commit

Permalink
reftable: drop stray printf in readwrite_test
Browse files Browse the repository at this point in the history
Signed-off-by: Han-Wen Nienhuys <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
hanwen authored and gitster committed Jan 20, 2022
1 parent fb22207 commit 6322511
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reftable/readwrite_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,6 @@ static void test_write_key_order(void)
err = reftable_writer_add_ref(w, &refs[0]);
EXPECT_ERR(err);
err = reftable_writer_add_ref(w, &refs[1]);
printf("%d\n", err);
EXPECT(err == REFTABLE_API_ERROR);
reftable_writer_close(w);
reftable_writer_free(w);
Expand Down

0 comments on commit 6322511

Please sign in to comment.