summaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock-actions_test.cc
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-08-07 14:38:41 (GMT)
committerGennadiy Civil <misterg@google.com>2018-08-07 14:38:41 (GMT)
commitb78c3b8e008ea8ef059d224ece6aa52a4727ae2c (patch)
tree5b8ce3e38a1fc189aeefdec2b2bab134fbc51a8e /googlemock/test/gmock-actions_test.cc
parent28b71e444c41ad93225145e029db4957f15aaae6 (diff)
downloadgoogletest-b78c3b8e008ea8ef059d224ece6aa52a4727ae2c.zip
googletest-b78c3b8e008ea8ef059d224ece6aa52a4727ae2c.tar.gz
googletest-b78c3b8e008ea8ef059d224ece6aa52a4727ae2c.tar.bz2
small cleanup, np functional changesrefs/pull/1704/head
Diffstat (limited to 'googlemock/test/gmock-actions_test.cc')
-rw-r--r--googlemock/test/gmock-actions_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/googlemock/test/gmock-actions_test.cc b/googlemock/test/gmock-actions_test.cc
index 2d169f8..e8bdbee 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.