[llvm] 935729e - Change the googlemock link
Pavel Labath via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 01:15:13 PST 2020
Author: Sunil Singh
Date: 2020-01-22T10:14:47+01:00
New Revision: 935729e4c63a07570f16f5d6112903f349365775
URL: https://github.com/llvm/llvm-project/commit/935729e4c63a07570f16f5d6112903f349365775
DIFF: https://github.com/llvm/llvm-project/commit/935729e4c63a07570f16f5d6112903f349365775.diff
LOG: Change the googlemock link
Summary:
This commit changes the googlemock link in the Testing Guide doc as googlemock is absorbed into the GoogleTest project
Reviewers: shafik, labath, JDevlieghere, mib
Reviewed By: labath
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73082
Added:
Modified:
llvm/docs/TestingGuide.rst
Removed:
################################################################################
diff --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst
index 7216c7c838ec..1659e8777fe0 100644
--- a/llvm/docs/TestingGuide.rst
+++ b/llvm/docs/TestingGuide.rst
@@ -45,7 +45,7 @@ Unit tests
----------
Unit tests are written using `Google Test <https://github.com/google/googletest/blob/master/googletest/docs/primer.md>`_
-and `Google Mock <https://github.com/google/googletest/blob/master/googlemock/docs/ForDummies.md>`_
+and `Google Mock <https://github.com/google/googletest/blob/master/googlemock/docs/for_dummies.md>`_
and are located in the ``llvm/unittests`` directory.
Regression tests
More information about the llvm-commits
mailing list