From 6777162e7356bc58728b2a408cb77cb2857ed486 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 21 Nov 2017 17:12:46 +0100 Subject: [PATCH] test: make test-reflock less chatty --- test/test-reflock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test-reflock.c b/test/test-reflock.c index 4f93b73..251e74a 100644 --- a/test/test-reflock.c +++ b/test/test-reflock.c @@ -54,7 +54,6 @@ static unsigned int __stdcall test_thread(void* arg) { ReleaseSRWLockShared(&context->srwlock); assert(lock_count > 100); /* Hopefully much more. */ - printf("%llu\n", lock_count); return 0; }