summaryrefslogtreecommitdiffstats
path: root/googlemock
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-07 14:39:31 (GMT)
committerGitHub <noreply@github.com>2018-08-07 14:39:31 (GMT)
commit252dc32f968652946e09f5d7a66942349f25abfe (patch)
tree2eb5ed96bea76c3950800946bb62885357cc6446 /googlemock
parent886a74769e616665198114f6b9151bd6f629f521 (diff)
parent6f168c1f82cbc4a4f741486a4625bb05b89b63c6 (diff)
downloadgoogletest-252dc32f968652946e09f5d7a66942349f25abfe.zip
googletest-252dc32f968652946e09f5d7a66942349f25abfe.tar.gz
googletest-252dc32f968652946e09f5d7a66942349f25abfe.tar.bz2
Merge branch 'master' into suppressDefaultrefs/pull/1699/head
Diffstat (limited to 'googlemock')
-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.