Skip to content

Commit be6563c

Browse files
Fix typo
1 parent ab847c8 commit be6563c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/contributing/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ with `with-compiler` in their name.
101101

102102
### From TASTy tests
103103

104-
`testCompilation` has a additional mode to run tests that compile code from a `.tasty` file.
104+
`testCompilation` has an additional mode to run tests that compile code from a `.tasty` file.
105105
Modify blacklist and whitelists in `compiler/test/dotc` to enable or disable tests from `.tasty` files.
106106

107107
```bash
108108
$ sbt
109109
> testCompilation --from-tasty
110110
```
111111

112-
This mode can be run under `dotty-compiler-bootstrapped/testCompilation` to test on a bootstrapped Dotty compiler.
112+
This mode can be run under `dotty-compiler-bootstrapped/testCompilation` to test on a bootstrapped Dotty compiler.

0 commit comments

Comments
 (0)