We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8414e76 commit a7cb8b1Copy full SHA for a7cb8b1
docs/docs/contributing/testing.md
@@ -148,6 +148,11 @@ with `with-compiler` in their name.
148
149
### SemanticDB tests
150
151
+```bash
152
+$ sbt
153
+> scala3-compiler-bootstrapped/testOnly dotty.tools.dotc.semanticdb.SemanticdbTests
154
+```
155
+
156
The output of the `extractSemanticDB` phase, enabled with `-Xsemanticdb` is tested with the bootstrapped JUnit test
157
`dotty.tools.dotc.semanticdb.SemanticdbTests`. It uses source files in `tests/semanticdb/expect` to generate
158
two kinds of output file that are compared with "expect files": placement of semanticdb symbol occurrences inline in
0 commit comments