Fix include guard

pull/4710/head
vjpai 9 years ago
parent c803442204
commit f524844da9
  1. 6
      test/cpp/qps/limit_cores.h

@ -31,8 +31,8 @@
* *
*/ */
#ifndef TEST_QPS_CORESCHED_H #ifndef TEST_QPS_LIMIT_CORES_H
#define TEST_QPS_CORESCHED_H #define TEST_QPS_LIMIT_CORES_H
#include <vector> #include <vector>
@ -42,4 +42,4 @@ int LimitCores(std::vector<int> core_vec);
} // namespace testing } // namespace testing
} // namespace grpc } // namespace grpc
#endif // TEST_QPS_CORESCHED_H #endif // TEST_QPS_LIMIT_CORES_H

Loading…
Cancel
Save