aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-08-08 20:33:52 +0200
committerKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-10-25 17:03:39 +0200
commita7083564d55078e7bed7255a6aa2e52cdb96b557 (patch)
treeb2bb5f108fd260337b1dd3d9f0ff317cd2539079 /CONTRIBUTING.md
parente3a9a567d8264965054cbf715c7ccf1f82c13b17 (diff)
downloadgoogletest-a7083564d55078e7bed7255a6aa2e52cdb96b557.tar.gz
googletest-a7083564d55078e7bed7255a6aa2e52cdb96b557.tar.bz2
googletest-a7083564d55078e7bed7255a6aa2e52cdb96b557.zip
remove gtest-type-util.h.pump
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 30c8d890..b9c14e98 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -133,8 +133,8 @@ All tests should pass.
Some of Google Test's source files are generated from templates (not in the C++
sense) using a script. For example, the file
-include/gtest/internal/gtest-type-util.h.pump is used to generate
-gtest-type-util.h in the same directory.
+*googlemock/include/gmock/gmock-generated-actions.h.pump* is used to generate
+*gmock-generated-actions.h* in the same directory.
You don't need to worry about regenerating the source files unless you need to
modify them. You would then modify the corresponding `.pump` files and run the