diff options
author | Craig Tiller <ctiller@google.com> | 2017-05-01 15:35:56 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-05-01 15:35:56 -0700 |
commit | d4ee77e7410cee755c36fbd78b8f2f0198da67d9 (patch) | |
tree | bde2feec2c12586fe23e0be693b3cd2474acd6d4 /test/cpp | |
parent | c610985aeb3931c53726e742707aa1a8b2fe84b9 (diff) | |
parent | 305dcf3d32bed0614325ead76f121702768ce874 (diff) |
Merge github.com:grpc/grpc into epex4
Diffstat (limited to 'test/cpp')
-rw-r--r-- | test/cpp/thread_manager/thread_manager_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/thread_manager/thread_manager_test.cc b/test/cpp/thread_manager/thread_manager_test.cc index 35c8d5d088..e1a03666f0 100644 --- a/test/cpp/thread_manager/thread_manager_test.cc +++ b/test/cpp/thread_manager/thread_manager_test.cc @@ -118,7 +118,7 @@ void ThreadManagerTest::PerformTest() { // The number of times DoWork() was called is equal to the number of times // WORK_FOUND was returned - gpr_log(GPR_DEBUG, "DoWork() called %ld times", + gpr_log(GPR_DEBUG, "DoWork() called %" PRIdPTR " times", gpr_atm_no_barrier_load(&num_do_work_)); GPR_ASSERT(gpr_atm_no_barrier_load(&num_do_work_) == gpr_atm_no_barrier_load(&num_work_found_)); |