Skip to content

Commit 5c14ef5

Browse files
Add missing doc
1 parent 35b8e86 commit 5c14ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class FromTastyTests extends ParallelTesting {
2323
@Test def posTestFromTasty: Unit = {
2424
// Can be reproduced with
2525
// > sbt
26-
// > dotc -Ythrough-tasty <source>
26+
// > dotc -Ythrough-tasty -Ycheck:all <source>
2727

2828
implicit val testGroup: TestGroup = TestGroup("posTestFromTasty")
2929
val (step1, step2) = compileTastyInDir("../tests/pos", defaultOptions,
@@ -60,7 +60,7 @@ class FromTastyTests extends ParallelTesting {
6060
@Test def runTestFromTasty: Unit = {
6161
// Can be reproduced with
6262
// > sbt
63-
// > dotc -Ythrough-tasty <source>
63+
// > dotc -Ythrough-tasty -Ycheck:all <source>
6464
// > dotr Test
6565

6666
implicit val testGroup: TestGroup = TestGroup("runTestFromTasty")

0 commit comments

Comments
 (0)