Skip to content

Commit ab847c8

Browse files
committed
Update test documentation
1 parent 8876a9d commit ab847c8

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, 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.
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 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

Comments
 (0)