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 b8ac8bd commit 2a60759Copy full SHA for 2a60759
test/dotc/tests.scala
@@ -143,8 +143,8 @@ 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 ++ twice) // note the -deep argument
148
149
@Test def dotc_ast = compileDir(dotcDir, "ast")
150
@Test def dotc_config = compileDir(dotcDir, "config")
0 commit comments