mirror of
https://github.com/google/googletest.git
synced 2025-12-23 12:04:57 +08:00
Commit fe402c27790ff1cc9a7e17c5d0aea4ebe7fd8a71 published the changes in
internal CL 156157936, but missed the diff in
gmock-generated-nice-strict.h.pump. This makes it difficult to reason
about the change, because the .pump file is more concise than the
generated file.
This PR was tested by re-generating the .h file using the command below
and checking the git diff.
./googletest/scripts/pump.py \
googlemock/include/gmock/gmock-generated-nice-strict.h.pump
|
||
|---|---|---|
| .. | ||
| internal | ||
| gmock-actions.h | ||
| gmock-cardinalities.h | ||
| gmock-generated-actions.h | ||
| gmock-generated-actions.h.pump | ||
| gmock-generated-function-mockers.h | ||
| gmock-generated-function-mockers.h.pump | ||
| gmock-generated-matchers.h | ||
| gmock-generated-matchers.h.pump | ||
| gmock-generated-nice-strict.h | ||
| gmock-generated-nice-strict.h.pump | ||
| gmock-matchers.h | ||
| gmock-more-actions.h | ||
| gmock-more-matchers.h | ||
| gmock-spec-builders.h | ||
| gmock.h | ||