summaryrefslogtreecommitdiff
path: root/test/util/thread_local.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/util/thread_local.cpp')
-rw-r--r--test/util/thread_local.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/thread_local.cpp b/test/util/thread_local.cpp
index 074af2c5d0..5233a1806f 100644
--- a/test/util/thread_local.cpp
+++ b/test/util/thread_local.cpp
@@ -91,5 +91,5 @@ TEST(ThreadLocalStorage, AutoReclaim) {
thread1.reset();
thread2.reset();
- EXPECT_EQ(counter, 2);
+ EXPECT_EQ(counter, 2u);
}