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 699400d commit 87631d9Copy full SHA for 87631d9
test/dotc/tests.scala
@@ -143,8 +143,7 @@ class tests extends CompilerTest {
143
144
@Test def run_all = runFiles(runDir)
145
146
- @Test def dotty = compileDir(dottyDir, "tools", "-deep" :: allowDeepSubtypes ++ twice) // note the -deep argument
147
-
+ @Test def dotty = compileDir(dottyDir, ".", "-deep" :: allowDeepSubtypes) // note the -deep argument
148
149
@Test def dotc_ast = compileDir(dotcDir, "ast")
150
@Test def dotc_config = compileDir(dotcDir, "config")
0 commit comments