Skip to content

Commit f1a9c4d

Browse files
committed
Compile dotty.*, not only dotty.tools.
1 parent b3ca8e1 commit f1a9c4d

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
@@ -154,7 +154,7 @@ class tests extends CompilerTest {
154154

155155
@Test def run_all = runFiles(runDir)
156156

157-
@Test def dotty = compileDir(dottyDir, "tools", "-deep" :: "-Ycheck-reentrant" :: allowDeepSubtypes ++ twice) // note the -deep argument
157+
@Test def dotty = compileDir(dottyDir, ".", "-deep" :: "-Ycheck-reentrant" :: allowDeepSubtypes) // note the -deep argument
158158

159159
@Test def dotc_ast = compileDir(dotcDir, "ast")
160160
@Test def dotc_config = compileDir(dotcDir, "config")

0 commit comments

Comments
 (0)