diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-07-30 16:11:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-30 16:11:06 -0400 |
commit | 6269264dfec89ebcbcdd1b9e38f2b44277c903b6 (patch) | |
tree | bb3ec747054a7edd4f2cfeeb73cf24d4ae8b3208 /googlemock/include/gmock/internal/gmock-port.h | |
parent | 6cacb41935a38069d85971c9193d4b7cca2681a3 (diff) | |
parent | 4f160f737078a827f1702e69b5964322ac860598 (diff) | |
download | googletest-6269264dfec89ebcbcdd1b9e38f2b44277c903b6.tar.gz googletest-6269264dfec89ebcbcdd1b9e38f2b44277c903b6.tar.bz2 googletest-6269264dfec89ebcbcdd1b9e38f2b44277c903b6.zip |
Merge branch 'master' into deprecate
Diffstat (limited to 'googlemock/include/gmock/internal/gmock-port.h')
-rw-r--r-- | googlemock/include/gmock/internal/gmock-port.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/googlemock/include/gmock/internal/gmock-port.h b/googlemock/include/gmock/internal/gmock-port.h index cb37f260..79f43663 100644 --- a/googlemock/include/gmock/internal/gmock-port.h +++ b/googlemock/include/gmock/internal/gmock-port.h @@ -36,6 +36,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_ |