From 4a833409c30407a7409904ac73baae7f0197a675 Mon Sep 17 00:00:00 2001 From: Don Syme Date: Thu, 29 Jan 2015 10:17:43 +0000 Subject: [PATCH] NOP commit to run appveyor --- TESTGUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTGUIDE.md b/TESTGUIDE.md index 844c4704894..005ca535609 100644 --- a/TESTGUIDE.md +++ b/TESTGUIDE.md @@ -130,4 +130,4 @@ You can execute and re-run these tests using any standard NUnit approach - via g * Making the tests run faster * 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. * 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. - * 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`). \ No newline at end of file + * 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`).