Skip to content

Commit 935729e

Browse files
s-nillabath
authored andcommitted
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
1 parent 5d4e899 commit 935729e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/TestingGuide.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Unit tests
4545
----------
4646

4747
Unit tests are written using `Google Test <https://github.com/google/googletest/blob/master/googletest/docs/primer.md>`_
48-
and `Google Mock <https://github.com/google/googletest/blob/master/googlemock/docs/ForDummies.md>`_
48+
and `Google Mock <https://github.com/google/googletest/blob/master/googlemock/docs/for_dummies.md>`_
4949
and are located in the ``llvm/unittests`` directory.
5050

5151
Regression tests

0 commit comments

Comments
 (0)