Skip to content

Commit 93f6eb0

Browse files
oToToTmemfrob
authored andcommitted
[Docs] Update googletest docs link.
The documentation link of Google Test on GitHub have been moved to the top-level docs directory. Thus, the original link is invalid now. Reviewed By: Pavel Labath Differential Revision: https://reviews.llvm.org/D99559
1 parent f23aaf8 commit 93f6eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/TestingGuide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ in use although we run them much more often than nightly.
4444
Unit tests
4545
----------
4646

47-
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/for_dummies.md>`_
47+
Unit tests are written using `Google Test <https://github.com/google/googletest/blob/master/docs/primer.md>`_
48+
and `Google Mock <https://github.com/google/googletest/blob/master/docs/gmock_for_dummies.md>`_
4949
and are located in the ``llvm/unittests`` directory.
5050
In general unit tests are reserved for targeting the support library and other
5151
generic data structure, we prefer relying on regression tests for testing

0 commit comments

Comments
 (0)