Skip to content

Commit 452332f

Browse files
kantKevinRansom
authored andcommitted
Minor fix (#4195)
on string 58.
1 parent 478dfd7 commit 452332f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TESTGUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For the FSharpQA suite, the list of test areas and their associated "tags" is st
5555

5656
tests\fsharpqa\source\test.lst // FSharpQA suite
5757

58-
Tags are in the left column, paths to to corresponding test folders are in the right column. If no tags are specifie, all tests will be run.
58+
Tags are in the left column, paths to to corresponding test folders are in the right column. If no tags are specified, all tests will be run.
5959

6060
If you want to re-run a particular test area, the easiest way to do so is to set a temporary tag for that area in test.lst (e.g. "RERUN") and then pass that as an argument to `build.cmd`: `build.cmd test-net40-fsharpqa include RERUN`.
6161

@@ -65,7 +65,7 @@ These are all NUnit tests. You can execute these tests individually via the Visu
6565
extension or the command line via `nunit3-console.exe`.
6666

6767
Note that for compatibility reasons, the IDE unit tests should be run in a 32-bit process,
68-
using the '--x86' flag to `nunit3-console.exe`
68+
using the `--x86` flag to `nunit3-console.exe`
6969

7070

7171

0 commit comments

Comments
 (0)