Skip to content

Commit e41493d

Browse files
authored
Merge pull request #1798 from StevenWong12/fix_typo_in_contributing
Fix a typo in `CONTRIBUTING.md`
2 parents 7834f2c + 2e4c73b commit e41493d

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)