[PATCH] D73082: Changes the googlemock link
Sunil Singh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 00:40:51 PST 2020
s-nil created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This commit changes the googlemock link in the Testing Guide doc as googlemock is absorbed into the GoogleTest project
https://reviews.llvm.org/D73082
Files:
llvm/docs/TestingGuide.rst
Index: llvm/docs/TestingGuide.rst
===================================================================
--- llvm/docs/TestingGuide.rst
+++ llvm/docs/TestingGuide.rst
@@ -45,7 +45,7 @@
----------
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73082.239240.patch
Type: text/x-patch
Size: 595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200121/f6e17a1b/attachment.bin>
More information about the llvm-commits
mailing list