summaryrefslogtreecommitdiffstats
path: root/googletest/include
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-07-27 19:05:20 (GMT)
committerGennadiy Civil <misterg@google.com>2018-07-27 19:05:20 (GMT)
commitec13264af4595af8bae9be425ecf09ebf588dce3 (patch)
treefa69ab649be31133a48adf5839c8376aba9eef28 /googletest/include
parent984cba30ed10622122c12960b4914656fc770e04 (diff)
downloadgoogletest-ec13264af4595af8bae9be425ecf09ebf588dce3.zip
googletest-ec13264af4595af8bae9be425ecf09ebf588dce3.tar.gz
googletest-ec13264af4595af8bae9be425ecf09ebf588dce3.tar.bz2
added missing commentsrefs/pull/1688/head
Diffstat (limited to 'googletest/include')
-rw-r--r--googletest/include/gtest/gtest-spi.h2
-rw-r--r--googletest/include/gtest/gtest_prod.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/googletest/include/gtest/gtest-spi.h b/googletest/include/gtest/gtest-spi.h
index 2a48cca..c21b029 100644
--- a/googletest/include/gtest/gtest-spi.h
+++ b/googletest/include/gtest/gtest-spi.h
@@ -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_
diff --git a/googletest/include/gtest/gtest_prod.h b/googletest/include/gtest/gtest_prod.h
index 21e211e..71377f8 100644
--- a/googletest/include/gtest/gtest_prod.h
+++ b/googletest/include/gtest/gtest_prod.h
@@ -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_