Removes some gmock internal macros; sorts the file lists in Makefile.am; picks up gtest r454.
This commit is contained in:
@@ -605,7 +605,7 @@ $if i==1 [[P]] $elif i>=2 [[P$i]]
|
||||
|
||||
// The name of the class template implementing the action template.
|
||||
#define GMOCK_ACTION_CLASS_(name, value_params)\
|
||||
GMOCK_CONCAT_TOKEN_(name##Action, GMOCK_INTERNAL_COUNT_##value_params)
|
||||
GTEST_CONCAT_TOKEN_(name##Action, GMOCK_INTERNAL_COUNT_##value_params)
|
||||
|
||||
$range k 0..n-1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user