gtest-printers.h (googletest-release-1.10.0) | : | gtest-printers.h (googletest-release-1.11.0) | ||
---|---|---|---|---|
skipping to change at line 39 | skipping to change at line 39 | |||
// | // | |||
// This file provides an injection point for custom printers in a local | // This file provides an injection point for custom printers in a local | |||
// installation of gTest. | // installation of gTest. | |||
// It will be included from gtest-printers.h and the overrides in this file | // It will be included from gtest-printers.h and the overrides in this file | |||
// will be visible to everyone. | // will be visible to everyone. | |||
// | // | |||
// Injection point for custom user configurations. See README for details | // Injection point for custom user configurations. See README for details | |||
// | // | |||
// ** Custom implementation starts here ** | // ** Custom implementation starts here ** | |||
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PRINTERS_H_ | #ifndef GOOGLETEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PRINTERS_H_ | |||
#define GTEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PRINTERS_H_ | #define GOOGLETEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PRINTERS_H_ | |||
#endif // GTEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PRINTERS_H_ | #endif // GOOGLETEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PRINTERS_H_ | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |