Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
ec13264a
Commit
ec13264a
authored
Jul 27, 2018
by
Gennadiy Civil
Browse files
added missing comments
parent
984cba30
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
googletest/include/gtest/gtest-spi.h
googletest/include/gtest/gtest-spi.h
+1
-1
googletest/include/gtest/gtest_prod.h
googletest/include/gtest/gtest_prod.h
+1
-1
No files found.
googletest/include/gtest/gtest-spi.h
View file @
ec13264a
...
...
@@ -32,7 +32,7 @@
// Utilities for testing Google Test itself and code that uses Google Test
// (e.g. frameworks built on top of Google Test).
GOOGLETEST_CM0004
DO
NOT
DELETE
//
GOOGLETEST_CM0004 DO NOT DELETE
#ifndef GTEST_INCLUDE_GTEST_GTEST_SPI_H_
#define GTEST_INCLUDE_GTEST_GTEST_SPI_H_
...
...
googletest/include/gtest/gtest_prod.h
View file @
ec13264a
...
...
@@ -30,7 +30,7 @@
// Author: wan@google.com (Zhanyong Wan)
//
// Google C++ Testing and Mocking Framework definitions useful in production code.
GOOGLETEST_CM0003
DO
NOT
DELETE
//
GOOGLETEST_CM0003 DO NOT DELETE
#ifndef GTEST_INCLUDE_GTEST_GTEST_PROD_H_
#define GTEST_INCLUDE_GTEST_GTEST_PROD_H_
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment