You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/contributing/testing.md
+2-2Lines changed: 2 additions & 2 deletions
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, decompile a `.tasty` file and recompile the decompiled tasty.
104
+
`testCompilation` has a 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 combined with `--update-checkfiles` to update the `.decompiled` files or 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