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 b3ca8e1 commit f1a9c4dCopy full SHA for f1a9c4d
test/dotc/tests.scala
@@ -154,7 +154,7 @@ class tests extends CompilerTest {
154
155
@Test def run_all = runFiles(runDir)
156
157
- @Test def dotty = compileDir(dottyDir, "tools", "-deep" :: "-Ycheck-reentrant" :: allowDeepSubtypes ++ twice) // note the -deep argument
+ @Test def dotty = compileDir(dottyDir, ".", "-deep" :: "-Ycheck-reentrant" :: allowDeepSubtypes) // note the -deep argument
158
159
@Test def dotc_ast = compileDir(dotcDir, "ast")
160
@Test def dotc_config = compileDir(dotcDir, "config")
0 commit comments