Index: testing/gmock/include/gmock/gmock-actions.h |
=================================================================== |
--- testing/gmock/include/gmock/gmock-actions.h (revision 50001) |
+++ testing/gmock/include/gmock/gmock-actions.h (working copy) |
@@ -680,7 +680,7 @@ |
template <typename Result, typename ArgumentTuple> |
void Perform(const ArgumentTuple& args) const { |
- // CompileAssertTypesEqual<void, Result>(); |
+ CompileAssertTypesEqual<void, Result>(); |
*::std::tr1::get<N>(args) = value_; |
} |