summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/gtest-param-test.h
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-14 19:55:13 (GMT)
committerGitHub <noreply@github.com>2018-08-14 19:55:13 (GMT)
commite26771776b26b690c98edd99a949ae6c8638e03b (patch)
treec98bf51459b6be1fa3513880f7735ace626ee1c0 /googletest/include/gtest/gtest-param-test.h
parent9ca399ae053d0a2a4d206fffe9ab76f577dbe22e (diff)
parent3306848f697568aacf4bcca330f6bdd5ce671899 (diff)
downloadgoogletest-e26771776b26b690c98edd99a949ae6c8638e03b.zip
googletest-e26771776b26b690c98edd99a949ae6c8638e03b.tar.gz
googletest-e26771776b26b690c98edd99a949ae6c8638e03b.tar.bz2
Merge branch 'master' into cmake-binary-dir-fix
Diffstat (limited to 'googletest/include/gtest/gtest-param-test.h')
-rw-r--r--googletest/include/gtest/gtest-param-test.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/googletest/include/gtest/gtest-param-test.h b/googletest/include/gtest/gtest-param-test.h
index 3ea3338..1e22f68 100644
--- a/googletest/include/gtest/gtest-param-test.h
+++ b/googletest/include/gtest/gtest-param-test.h
@@ -31,8 +31,6 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
-// Authors: vladl@google.com (Vlad Losev)
-//
// Macros and functions for implementing parameterized tests
// in Google C++ Testing and Mocking Framework (Google Test)
//