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 c555a4a commit e6df566Copy full SHA for e6df566
compiler/test/dotc/tests.scala
@@ -256,6 +256,11 @@ class tests extends CompilerTest {
256
|../scala-scala/src/library/scala/collection/generic/GenSeqFactory.scala""".stripMargin)
257
@Test def compileIndexedSeq = compileLine("../scala-scala/src/library/scala/collection/immutable/IndexedSeq.scala")
258
259
+ @Test def dotty = {
260
+ dottyBootedLib
261
+ dottyDependsOnBootedLib
262
+ }
263
+
264
@Test def dotc_ast = compileDir(dotcDir, "ast")
265
@Test def dotc_config = compileDir(dotcDir, "config")
266
@Test def dotc_core = compileDir(dotcDir, "core")(allowDeepSubtypes)// twice omitted to make tests run faster
0 commit comments