aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_eventcount.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/test/cxx11_eventcount.cpp')
-rw-r--r--unsupported/test/cxx11_eventcount.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/unsupported/test/cxx11_eventcount.cpp b/unsupported/test/cxx11_eventcount.cpp
index 271e0f66d..ebd019e2d 100644
--- a/unsupported/test/cxx11_eventcount.cpp
+++ b/unsupported/test/cxx11_eventcount.cpp
@@ -67,8 +67,8 @@ const int TestQueue::kQueueSize;
static void test_stress_eventcount()
{
const int kThreads = std::thread::hardware_concurrency();
- const int kEvents = 1 << 16;
- const int kQueues = 10;
+ static const int kEvents = 1 << 16;
+ static const int kQueues = 10;
std::vector<EventCount::Waiter> waiters(kThreads);
EventCount ec(waiters);