diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-08-14 11:18:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-14 11:18:43 -0700 |
commit | 3306848f697568aacf4bcca330f6bdd5ce671899 (patch) | |
tree | bd073ecb8d08a5b7bee9b04c34208a70f65865b0 /googlemock/test/gmock-generated-function-mockers_test.cc | |
parent | 41fec5588154341b7439b538c093a85ccc65b219 (diff) | |
parent | a3c0dd0f4d58e6c01a1432fdc69a9aff937309a9 (diff) | |
download | googletest-3306848f697568aacf4bcca330f6bdd5ce671899.tar.gz googletest-3306848f697568aacf4bcca330f6bdd5ce671899.tar.bz2 googletest-3306848f697568aacf4bcca330f6bdd5ce671899.zip |
Merge pull request #1740 from gennadiycivil/master
Comments changes, no functionality changes
Diffstat (limited to 'googlemock/test/gmock-generated-function-mockers_test.cc')
-rw-r--r-- | googlemock/test/gmock-generated-function-mockers_test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/googlemock/test/gmock-generated-function-mockers_test.cc b/googlemock/test/gmock-generated-function-mockers_test.cc index 0ff37556..f16833b2 100644 --- a/googlemock/test/gmock-generated-function-mockers_test.cc +++ b/googlemock/test/gmock-generated-function-mockers_test.cc @@ -26,8 +26,7 @@ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: wan@google.com (Zhanyong Wan) + // Google Mock - a framework for writing C++ mock classes. // |