summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest-internal-inl.h
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-08-14 18:04:07 (GMT)
committerGennadiy Civil <misterg@google.com>2018-08-14 18:04:07 (GMT)
commita3c0dd0f4d58e6c01a1432fdc69a9aff937309a9 (patch)
treebd073ecb8d08a5b7bee9b04c34208a70f65865b0 /googletest/src/gtest-internal-inl.h
parent41fec5588154341b7439b538c093a85ccc65b219 (diff)
downloadgoogletest-a3c0dd0f4d58e6c01a1432fdc69a9aff937309a9.zip
googletest-a3c0dd0f4d58e6c01a1432fdc69a9aff937309a9.tar.gz
googletest-a3c0dd0f4d58e6c01a1432fdc69a9aff937309a9.tar.bz2
Comments changes, no functionality changesrefs/pull/1740/head
Diffstat (limited to 'googletest/src/gtest-internal-inl.h')
-rw-r--r--googletest/src/gtest-internal-inl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/googletest/src/gtest-internal-inl.h b/googletest/src/gtest-internal-inl.h
index c5a4265..f7ed9a1 100644
--- a/googletest/src/gtest-internal-inl.h
+++ b/googletest/src/gtest-internal-inl.h
@@ -27,10 +27,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Utility functions and classes used by the Google C++ testing framework.
-//
-// Author: wan@google.com (Zhanyong Wan)
-//
+// Utility functions and classes used by the Google C++ testing framework.//
// This file contains purely Google Test's internal implementation. Please
// DO NOT #INCLUDE IT IN A USER PROGRAM.