diff options
author | Gennadiy Civil <misterg@google.com> | 2018-08-07 14:38:41 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-08-07 14:38:41 (GMT) |
commit | b78c3b8e008ea8ef059d224ece6aa52a4727ae2c (patch) | |
tree | 5b8ce3e38a1fc189aeefdec2b2bab134fbc51a8e /googlemock | |
parent | 28b71e444c41ad93225145e029db4957f15aaae6 (diff) | |
download | googletest-b78c3b8e008ea8ef059d224ece6aa52a4727ae2c.zip googletest-b78c3b8e008ea8ef059d224ece6aa52a4727ae2c.tar.gz googletest-b78c3b8e008ea8ef059d224ece6aa52a4727ae2c.tar.bz2 |
small cleanup, np functional changesrefs/pull/1704/head
Diffstat (limited to 'googlemock')
-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 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. |