aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/internal/gmock-port.h
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-15 08:37:15 -0700
committerGitHub <noreply@github.com>2018-08-15 08:37:15 -0700
commit7e7e3a6f45db62d470c9d15b062582e9e95d3bcd (patch)
tree29039379de3d6fb3ef4c049d9b69faba9b4e5ccf /googlemock/include/gmock/internal/gmock-port.h
parentb50b2f775ed0268af9c83a96b285e296778d0743 (diff)
parent997d343dd680e541ef96ce71ee54a91daf2577a0 (diff)
downloadgoogletest-7e7e3a6f45db62d470c9d15b062582e9e95d3bcd.tar.gz
googletest-7e7e3a6f45db62d470c9d15b062582e9e95d3bcd.tar.bz2
googletest-7e7e3a6f45db62d470c9d15b062582e9e95d3bcd.zip
Merge branch 'master' into patch-1
Diffstat (limited to 'googlemock/include/gmock/internal/gmock-port.h')
-rw-r--r--googlemock/include/gmock/internal/gmock-port.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/googlemock/include/gmock/internal/gmock-port.h b/googlemock/include/gmock/internal/gmock-port.h
index cb37f260..fda27dba 100644
--- a/googlemock/include/gmock/internal/gmock-port.h
+++ b/googlemock/include/gmock/internal/gmock-port.h
@@ -26,8 +26,7 @@
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-// Author: vadimb@google.com (Vadim Berman)
+
//
// Low-level types and utilities for porting Google Mock to various
// platforms. All macros ending with _ and symbols defined in an
@@ -36,6 +35,8 @@
// end with _ are part of Google Mock's public API and can be used by
// code outside Google Mock.
+// GOOGLETEST_CM0002 DO NOT DELETE
+
#ifndef GMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_PORT_H_
#define GMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_PORT_H_