From b4511276385111ccd361943a0c5a56d9bb62a9e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:52:16 +0900 Subject: [PATCH] chore(ci): make lint happy --- test/wrap_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/wrap_test.c b/test/wrap_test.c index e4c7391..b6abb1b 100644 --- a/test/wrap_test.c +++ b/test/wrap_test.c @@ -98,6 +98,7 @@ int main() { fputs("testing base16384_en/decode_file...\n", stderr); init_input_file(); for(i = TEST_SIZE; i > 0; i--) { + fprintf(stderr, "loop@%d\n", i); reset_and_truncate(fd, i); loop_ok(close(fd), i, "close"); fputs("base16384_encode_file\n", stderr);