summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest-internal-inl.h
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-14 18:18:43 (GMT)
committerGitHub <noreply@github.com>2018-08-14 18:18:43 (GMT)
commit3306848f697568aacf4bcca330f6bdd5ce671899 (patch)
treebd073ecb8d08a5b7bee9b04c34208a70f65865b0 /googletest/src/gtest-internal-inl.h
parent41fec5588154341b7439b538c093a85ccc65b219 (diff)
parenta3c0dd0f4d58e6c01a1432fdc69a9aff937309a9 (diff)
downloadgoogletest-3306848f697568aacf4bcca330f6bdd5ce671899.zip
googletest-3306848f697568aacf4bcca330f6bdd5ce671899.tar.gz
googletest-3306848f697568aacf4bcca330f6bdd5ce671899.tar.bz2
Merge pull request #1740 from gennadiycivil/master
Comments changes, no functionality changes
Diffstat (limited to 'googletest/src/gtest-internal-inl.h')
-rw-r--r--googletest/src/gtest-internal-inl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/googletest/src/gtest-internal-inl.h b/googletest/src/gtest-internal-inl.h
index c5a4265..f7ed9a1 100644
--- a/googletest/src/gtest-internal-inl.h
+++ b/googletest/src/gtest-internal-inl.h
@@ -27,10 +27,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Utility functions and classes used by the Google C++ testing framework.
-//
-// Author: wan@google.com (Zhanyong Wan)
-//
+// Utility functions and classes used by the Google C++ testing framework.//
// This file contains purely Google Test's internal implementation. Please
// DO NOT #INCLUDE IT IN A USER PROGRAM.