Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions TESTGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Where this guide mentions the command `build` it means either `build.cmd` in the
* [Quick start: Running Tests](#quick-start-running-tests)
* [Prerequisites](#prerequisites)
* [Test Suites](#test-suites)
* [More details](#more-details)
* [Other Tips and gotchas](#other-tips-and-gotchas)
* [Solving common errors](#solving-common-errors)
* [Approximate running times](#approximate-running-times)
Expand Down Expand Up @@ -92,7 +91,7 @@ The prerequisites are the same as for building the `FSharp.sln`, plus, at a mini
* Between switching git branches
* When merging with latest `main` upstream branch.

## More Details
## Test suites

The F# tests are split as follows:

Expand Down