Skip to content

Commit 967d584

Browse files
author
Michael Blome
committed
Merge branch 'mb-codelens' of github.com:mikeblome/visualstudio-docs-pr into mb-codelens
merge from remote
2 parents 30a0267 + 934a04e commit 967d584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/writing-unit-tests-for-c-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ For best practices related to unit testing, see [Unit test basics](unit-test-bas
113113
## Use CodeLens
114114
115115
**Visual Studio 2017 version 15.7 Professional and Enterprise Editions only**:
116-
[CodeLens](..ide/find-code-changes-and-other-history-with-codelens.md) enables you to quickly see the status of a unit test without leaving the code editor. You can initialize CodeLens for a C++ unit test project in any of these ways:
116+
[CodeLens](../ide/find-code-changes-and-other-history-with-codelens.md) enables you to quickly see the status of a unit test without leaving the code editor. You can initialize CodeLens for a C++ unit test project in any of these ways:
117117
118118
- Edit and build your test project or solution.
119119
- Rebuild your project or solution.

0 commit comments

Comments
 (0)