Commit 6cea87d5 by Christian Kern

fix cpplint warnings

parent 68d10aa4
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
*/ */
#include <embb_mtapi_test_id_pool.h> #include <embb_mtapi_test_id_pool.h>
#include <vector>
IdPoolTest::IdPoolTest() { IdPoolTest::IdPoolTest() {
CreateUnit("mtapi id pool test single threaded"). CreateUnit("mtapi id pool test single threaded").
......
...@@ -41,7 +41,6 @@ class IdPoolTest : public partest::TestCase { ...@@ -41,7 +41,6 @@ class IdPoolTest : public partest::TestCase {
IdPoolTest(); IdPoolTest();
private: private:
static const unsigned int id_pool_size_1 = 100; static const unsigned int id_pool_size_1 = 100;
static const unsigned int concurrent_accessors_id_pool_2 = 10; static const unsigned int concurrent_accessors_id_pool_2 = 10;
static const unsigned int id_elements_per_accessor = 10; static const unsigned int id_elements_per_accessor = 10;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment