Skip to content

Commit 2e4c73b

Browse files
committed
Fix a typo in CONTRIBUTING.md
1 parent ab682d8 commit 2e4c73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ When testing finds one of these failures, it will show you the syntax tree that
8484
A few tests are based LLVM’s `lit` and `FileCheck` tools.
8585
To run these, build `FileCheck`, e.g. by building the Swift compiler and run the tests using the following command:
8686
```bash
87-
./build-script.py test --toolchain /Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-<recent date>.xctoolchain/usr --skip-lit-tests --filecheck-exec /path/to/build/Release+Asserts/llvm-macosx-x86_64/bin/FileCheck
87+
./build-script.py test --toolchain /Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-<recent date>.xctoolchain/usr --filecheck-exec /path/to/build/Release+Asserts/llvm-macosx-x86_64/bin/FileCheck
8888
```
8989

9090
## Generating Source Code

0 commit comments

Comments
 (0)