aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-08-07 10:38:41 -0400
committerGennadiy Civil <misterg@google.com>2018-08-07 10:38:41 -0400
commitb78c3b8e008ea8ef059d224ece6aa52a4727ae2c (patch)
tree5b8ce3e38a1fc189aeefdec2b2bab134fbc51a8e
parent28b71e444c41ad93225145e029db4957f15aaae6 (diff)
downloadgoogletest-b78c3b8e008ea8ef059d224ece6aa52a4727ae2c.tar.gz
googletest-b78c3b8e008ea8ef059d224ece6aa52a4727ae2c.tar.bz2
googletest-b78c3b8e008ea8ef059d224ece6aa52a4727ae2c.zip
small cleanup, np functional changes
-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 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.