test: make test-reflock less chatty

This commit is contained in:
Bert Belder 2017-11-21 17:12:46 +01:00
parent 782f228e50
commit 6777162e73

View File

@ -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;
}