summaryrefslogtreecommitdiff
path: root/test/miscellaneous/thread_local.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/miscellaneous/thread_local.cpp')
-rw-r--r--test/miscellaneous/thread_local.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/miscellaneous/thread_local.cpp b/test/miscellaneous/thread_local.cpp
index 6f9523f6ef..aeaf187540 100644
--- a/test/miscellaneous/thread_local.cpp
+++ b/test/miscellaneous/thread_local.cpp
@@ -28,7 +28,7 @@ private:
ThreadLocal<int> TestThread::number;
-}
+} // namespace
TEST(ThreadLocalStorage, Basic) {
RunLoop loop;
@@ -73,7 +73,7 @@ private:
ThreadLocal<DtorCounter> TestThreadReclaim::counter;
-}
+} // namespace
TEST(ThreadLocalStorage, AutoReclaim) {
RunLoop loop;