Skip to content

Commit 2e642f6

Browse files
committed
Do not try to compile dotty runtime yet. Problems with DottyPredef.
1 parent 4c93442 commit 2e642f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotc/tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class tests extends CompilerTest {
136136
@Test def neg_instantiateAbstract = compileFile(negDir, "instantiateAbstract", xerrors = 8)
137137
@Test def neg_selfInheritance = compileFile(negDir, "selfInheritance", xerrors = 5)
138138
*/
139-
@Test def dotty = compileDir(sourceDir, "", "-deep" :: allowDeepSubtypes ++ twice) // note the -deep argument
139+
@Test def dotty = compileDir(toolsDir, "", "-deep" :: allowDeepSubtypes ++ twice) // note the -deep argument
140140
/*
141141
@Test def dotc_ast = compileDir(dotcDir, "ast")
142142
@Test def dotc_config = compileDir(dotcDir, "config")

0 commit comments

Comments
 (0)