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 @@ -101,12 +101,12 @@ with `with-compiler` in their name.
101
101
102
102
### From TASTy tests
103
103
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.
105
105
Modify blacklist and whitelists in ` compiler/test/dotc ` to enable or disable tests from ` .tasty ` files.
106
106
107
107
``` bash
108
108
$ sbt
109
109
> testCompilation --from-tasty
110
110
```
111
111
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.
You can’t perform that action at this time.
0 commit comments