From dc4e3e21371e3a2e9cc125e4ba16505571a27893 Mon Sep 17 00:00:00 2001 From: PEmu1 Date: Wed, 4 Jan 2017 21:48:25 -0800 Subject: [PATCH] Remove awkward wording. --- 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 c4542e5..8cc85ad 100644 --- a/Running-Unit-Tests.md +++ b/Running-Unit-Tests.md @@ -21,7 +21,7 @@ There are a few ways to run the tests: msbuild /v:m /m /p:Platform=x64 /p:Configuration=Release /p:RunUnitTests=true dolphin-emu.sln ``` -3. You can, of course, also go to the UnitTests build output directory and directly run the binary: +3. You can also go to the UnitTests build output directory and directly run the binary: ``` pushd Build\x64\Release\UnitTests\bin