diff --git a/compiler/test/dotty/tools/dotc/FromTastyTests.scala b/compiler/test/dotty/tools/dotc/FromTastyTests.scala index 4f8d83d75597..5dc43112ed1c 100644 --- a/compiler/test/dotty/tools/dotc/FromTastyTests.scala +++ b/compiler/test/dotty/tools/dotc/FromTastyTests.scala @@ -21,6 +21,10 @@ class FromTastyTests extends ParallelTesting { @Test def posTestFromTasty: Unit = { + // Can be reproduced with + // > sbt + // > dotc -Ythrough-tasty -Ycheck:all + implicit val testGroup: TestGroup = TestGroup("posTestFromTasty") val (step1, step2) = compileTastyInDir("../tests/pos", defaultOptions, blacklist = Set( @@ -54,6 +58,11 @@ class FromTastyTests extends ParallelTesting { } @Test def runTestFromTasty: Unit = { + // Can be reproduced with + // > sbt + // > dotc -Ythrough-tasty -Ycheck:all + // > dotr Test + implicit val testGroup: TestGroup = TestGroup("runTestFromTasty") val (step1, step2) = compileTastyInDir("../tests/run", defaultOptions, blacklist = Set(