From a886ad3bbcbcf0b5819f6aca94b2d2e5a42a4d7f Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Mon, 1 Sep 2014 15:43:52 -0700 Subject: [PATCH] Updated Running unit tests (markdown) --- Running-unit-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-unit-tests.md b/Running-unit-tests.md index a2afabc..22839fd 100644 --- a/Running-unit-tests.md +++ b/Running-unit-tests.md @@ -2,7 +2,7 @@ The Dolphin source code contains unit tests that aim to: * Help find bugs when porting Dolphin to a new platform * Make refactoring and code changes safer by enforcing API contracts -The tests are located in the ``Source/UnitTests`` directory and use the [Google Test](https://code.google.com/p/googletest/] framework. +The tests are located in the ``Source/UnitTests`` directory and use the [Google Test](https://code.google.com/p/googletest/) framework. ## Running tests on Windows