aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock_test.cc
diff options
context:
space:
mode:
authorConor Burgess <Burgess.Conor@gmail.com>2018-08-17 17:15:32 +0100
committerGitHub <noreply@github.com>2018-08-17 17:15:32 +0100
commit687964c84f798ce331fc60f6b8f212410ef46b3c (patch)
tree20ed743afd555c46b91361cf864c76643f1d89b2 /googlemock/test/gmock_test.cc
parentf11a8f9131584cf4009eca8af8a66e920c1b7391 (diff)
parent02a8ca87735601466d8c564344f9be493da84708 (diff)
downloadgoogletest-687964c84f798ce331fc60f6b8f212410ef46b3c.tar.gz
googletest-687964c84f798ce331fc60f6b8f212410ef46b3c.tar.bz2
googletest-687964c84f798ce331fc60f6b8f212410ef46b3c.zip
Merge branch 'master' into fix-argc
Diffstat (limited to 'googlemock/test/gmock_test.cc')
-rw-r--r--googlemock/test/gmock_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/googlemock/test/gmock_test.cc b/googlemock/test/gmock_test.cc
index 70075679..341a17da 100644
--- a/googlemock/test/gmock_test.cc
+++ b/googlemock/test/gmock_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.
//