diff options
author | tisi1988 <tisi1988@gmail.com> | 2018-08-09 10:58:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-09 10:58:22 +0200 |
commit | efe27ac05c66c3fafad0ac0d279543f640ab30f7 (patch) | |
tree | 16176eb282cf59332274120eb3b5d53da3f233e2 /googlemock/test/gmock-actions_test.cc | |
parent | e9b05a4d6aa7f471cbb1bd30c3b9792c939de127 (diff) | |
parent | 4de57ce787989d821d0736c5a12188eeaea3bf2d (diff) | |
download | googletest-efe27ac05c66c3fafad0ac0d279543f640ab30f7.tar.gz googletest-efe27ac05c66c3fafad0ac0d279543f640ab30f7.tar.bz2 googletest-efe27ac05c66c3fafad0ac0d279543f640ab30f7.zip |
Merge branch 'master' into master
Diffstat (limited to 'googlemock/test/gmock-actions_test.cc')
-rw-r--r-- | googlemock/test/gmock-actions_test.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/googlemock/test/gmock-actions_test.cc b/googlemock/test/gmock-actions_test.cc index 2d169f88..e8bdbee7 100644 --- a/googlemock/test/gmock-actions_test.cc +++ b/googlemock/test/gmock-actions_test.cc @@ -937,8 +937,6 @@ class Foo { int value_; }; -// GOOGLETEST_CM0005 DO NOT DELETE - // Tests InvokeWithoutArgs(function). TEST(InvokeWithoutArgsTest, Function) { // As an action that takes one argument. |