diff options
Diffstat (limited to 'include/gmock/internal/custom/gmock-generated-actions.h.pump')
-rw-r--r-- | include/gmock/internal/custom/gmock-generated-actions.h.pump | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/gmock/internal/custom/gmock-generated-actions.h.pump b/include/gmock/internal/custom/gmock-generated-actions.h.pump new file mode 100644 index 00000000..d26c8a08 --- /dev/null +++ b/include/gmock/internal/custom/gmock-generated-actions.h.pump @@ -0,0 +1,10 @@ +$$ -*- mode: c++; -*- +$$ This is a Pump source file (http://go/pump). Please use Pump to convert +$$ it to callback-actions.h. +$$ +$var max_callback_arity = 5 +$$}} This meta comment fixes auto-indentation in editors. +#ifndef GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_ +#define GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_ + +#endif // GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_ |