File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ We use multiple approaches to test the Swift toolchain.
27
27
28
28
### Testsuite subsets
29
29
30
- The testsuite is split into four subsets:
30
+ The testsuite is split into five subsets:
31
31
32
32
* Primary testsuite, located under `` swift/test `` .
33
33
* Validation testsuite, located under `` swift/validation-test `` .
@@ -59,7 +59,7 @@ configured to use your local build directory. For example:
59
59
% ${LLVM_SOURCE_ROOT}/utils/lit/lit.py -sv ${SWIFT_BUILD_DIR}/test-macosx-x86_64/Parse/
60
60
```
61
61
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.
63
63
The `` -sv `` options give you a nice progress bar and only show you
64
64
output from the tests that fail.
65
65
You can’t perform that action at this time.
0 commit comments