Skip to content

Commit 3d05edd

Browse files
committed
Noticed while reading the Testing README that there were now five categories so I updated the word four to five.
1 parent 7c65568 commit 3d05edd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We use multiple approaches to test the Swift toolchain.
2727

2828
### Testsuite subsets
2929

30-
The testsuite is split into four subsets:
30+
The testsuite is split into five subsets:
3131

3232
* Primary testsuite, located under ``swift/test``.
3333
* Validation testsuite, located under ``swift/validation-test``.
@@ -59,7 +59,7 @@ configured to use your local build directory. For example:
5959
% ${LLVM_SOURCE_ROOT}/utils/lit/lit.py -sv ${SWIFT_BUILD_DIR}/test-macosx-x86_64/Parse/
6060
```
6161

62-
This runs the tests in the 'test/Parse/' directory targeting 64-bit macOS.
62+
This runs the tests in the 'test/Parse/' directory targeting 64-bit macOS.
6363
The ``-sv`` options give you a nice progress bar and only show you
6464
output from the tests that fail.
6565

0 commit comments

Comments
 (0)