We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab847c8 commit be6563cCopy full SHA for be6563c
docs/docs/contributing/testing.md
@@ -101,12 +101,12 @@ with `with-compiler` in their name.
101
102
### From TASTy tests
103
104
-`testCompilation` has a additional mode to run tests that compile code from a `.tasty` file.
+`testCompilation` has an additional mode to run tests that compile code from a `.tasty` file.
105
Modify blacklist and whitelists in `compiler/test/dotc` to enable or disable tests from `.tasty` files.
106
107
```bash
108
$ sbt
109
> testCompilation --from-tasty
110
```
111
112
- This mode can be run under `dotty-compiler-bootstrapped/testCompilation` to test on a bootstrapped Dotty compiler.
+ This mode can be run under `dotty-compiler-bootstrapped/testCompilation` to test on a bootstrapped Dotty compiler.
0 commit comments