Skip to content

Commit 87631d9

Browse files
committed
Compile dotty.*, not only dotty.tools.
1 parent 699400d commit 87631d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/dotc/tests.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ class tests extends CompilerTest {
143143

144144
@Test def run_all = runFiles(runDir)
145145

146-
@Test def dotty = compileDir(dottyDir, "tools", "-deep" :: allowDeepSubtypes ++ twice) // note the -deep argument
147-
146+
@Test def dotty = compileDir(dottyDir, ".", "-deep" :: allowDeepSubtypes) // note the -deep argument
148147

149148
@Test def dotc_ast = compileDir(dotcDir, "ast")
150149
@Test def dotc_config = compileDir(dotcDir, "config")

0 commit comments

Comments
 (0)