We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7c15a commit 230cdf7Copy full SHA for 230cdf7
test/dotc/tests.scala
@@ -178,7 +178,7 @@ class tests extends CompilerTest {
178
.filter(_.nonEmpty)
179
.toList
180
181
- @Test def compileStdLib = compileList("compileStdLib", stdlibFiles)
+ @Test def compileStdLib = compileList("compileStdLib", stdlibFiles, "-migration" :: scala2mode)
182
@Test def dotty = compileDir(dottyDir, ".", "-deep" :: "-Ycheck-reentrant" :: allowDeepSubtypes) // note the -deep argument
183
184
@Test def dotc_ast = compileDir(dotcDir, "ast")
0 commit comments