diff options
Diffstat (limited to 'test/gmock-more-actions_test.cc')
-rw-r--r-- | test/gmock-more-actions_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gmock-more-actions_test.cc b/test/gmock-more-actions_test.cc index 43ff55d8..9fa9e2ec 100644 --- a/test/gmock-more-actions_test.cc +++ b/test/gmock-more-actions_test.cc @@ -225,6 +225,7 @@ class Foo { const char* s10) { return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10; } + private: int value_; }; |