You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TESTGUIDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,4 +130,4 @@ You can execute and re-run these tests using any standard NUnit approach - via g
130
130
* Making the tests run faster
131
131
* NGen-ing the F# bits (fsc, fsi, FSharp.Core, etc) will result in tests executing much faster. Make sure you run`src\update.cmd` with the`-ngen` flag before running tests.
132
132
* The Fsharp and FsharpQA suites will run test cases in parallel by default. You can comment out the relevant line in`RunTests.cmd` (look for`PARALLEL_ARG`) to disable this.
133
-
* By default, tests from the FSharpQA suite are run using a persistent, hosted version of the compiler. This speeds up test execution, as there is no need for the`fsc.exe` process to spin up repeatedly. To disable this, uncomment the relevant line in`RunTests.cmd` (look for`HOSTED_COMPILER`).
133
+
* By default, tests from the FSharpQA suite are run using a persistent, hosted version of the compiler. This speeds up test execution, as there is no need for the`fsc.exe` process to spin up repeatedly. To disable this, uncomment the relevant line in`RunTests.cmd` (look for`HOSTED_COMPILER`).