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 4c93442 commit 2e642f6Copy full SHA for 2e642f6
test/dotc/tests.scala
@@ -136,7 +136,7 @@ class tests extends CompilerTest {
136
@Test def neg_instantiateAbstract = compileFile(negDir, "instantiateAbstract", xerrors = 8)
137
@Test def neg_selfInheritance = compileFile(negDir, "selfInheritance", xerrors = 5)
138
*/
139
- @Test def dotty = compileDir(sourceDir, "", "-deep" :: allowDeepSubtypes ++ twice) // note the -deep argument
+ @Test def dotty = compileDir(toolsDir, "", "-deep" :: allowDeepSubtypes ++ twice) // note the -deep argument
140
/*
141
@Test def dotc_ast = compileDir(dotcDir, "ast")
142
@Test def dotc_config = compileDir(dotcDir, "config")
0 commit comments