File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3131// Google C++ Testing and Mocking Framework definitions useful in production
3232// code. GOOGLETEST_CM0003 DO NOT DELETE
3333
34- #ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_
34+ #ifndef GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_ // NOLINT
3535#define GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_
3636
3737// When you need to test the private or protected members of a class,
5858#define FRIEND_TEST (test_case_name , test_name ) \
5959 friend class test_case_name##_##test_name##_Test
6060
61- #endif // GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_
61+ #endif // GOOGLETEST_INCLUDE_GTEST_GTEST_PROD_H_ // NOLINT
Original file line number Diff line number Diff line change 1+ #include " node_api.h"
12#include " async_wrap-inl.h"
23#include " memory_tracker-inl.h"
34#include " node_api_internals.h"
You can’t perform that action at this time.
0 commit comments