Skip to content

Commit 57b857e

Browse files
Merge pull request #3836 from dotty-staging/add-doc
Add documentation
2 parents 386af80 + 5c14ef5 commit 57b857e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

compiler/test/dotty/tools/dotc/FromTastyTests.scala

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ class FromTastyTests extends ParallelTesting {
2121

2222

2323
@Test def posTestFromTasty: Unit = {
24+
// Can be reproduced with
25+
// > sbt
26+
// > dotc -Ythrough-tasty -Ycheck:all <source>
27+
2428
implicit val testGroup: TestGroup = TestGroup("posTestFromTasty")
2529
val (step1, step2) = compileTastyInDir("../tests/pos", defaultOptions,
2630
blacklist = Set(
@@ -54,6 +58,11 @@ class FromTastyTests extends ParallelTesting {
5458
}
5559

5660
@Test def runTestFromTasty: Unit = {
61+
// Can be reproduced with
62+
// > sbt
63+
// > dotc -Ythrough-tasty -Ycheck:all <source>
64+
// > dotr Test
65+
5766
implicit val testGroup: TestGroup = TestGroup("runTestFromTasty")
5867
val (step1, step2) = compileTastyInDir("../tests/run", defaultOptions,
5968
blacklist = Set(

0 commit comments

Comments
 (0)