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.
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.
You can’t perform that action at this time.
0 commit comments