diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-08-14 07:55:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-14 07:55:28 -0700 |
commit | 15ef6ec064d8f4c3c674ea0135caa9d1d5b1c61c (patch) | |
tree | 3ae20e2cb9b99fdc127ef55530cdfc4ce316606f /googlemock/include/gmock/internal/custom/gmock-matchers.h | |
parent | 8bc11c040a1dcbe50c340b21d78175d152dd3837 (diff) | |
parent | caeaef302d7638e9512596698c043f2832e02d20 (diff) | |
download | googletest-15ef6ec064d8f4c3c674ea0135caa9d1d5b1c61c.tar.gz googletest-15ef6ec064d8f4c3c674ea0135caa9d1d5b1c61c.tar.bz2 googletest-15ef6ec064d8f4c3c674ea0135caa9d1d5b1c61c.zip |
Merge pull request #1733 from gennadiycivil/master
Move instructions into custom/README files
Diffstat (limited to 'googlemock/include/gmock/internal/custom/gmock-matchers.h')
-rw-r--r-- | googlemock/include/gmock/internal/custom/gmock-matchers.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/googlemock/include/gmock/internal/custom/gmock-matchers.h b/googlemock/include/gmock/internal/custom/gmock-matchers.h index 227d91f6..14aafaab 100644 --- a/googlemock/include/gmock/internal/custom/gmock-matchers.h +++ b/googlemock/include/gmock/internal/custom/gmock-matchers.h @@ -27,9 +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. // -// ============================================================ -// An installation-specific extension point for gmock-matchers.h. -// ============================================================ +// Injection point for custom user configurations. See README for details // // GOOGLETEST_CM0002 DO NOT DELETE |