Skip to content

Commit 2a60759

Browse files
committed
Compile more of dotty.
1 parent b8ac8bd commit 2a60759

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
@@ -143,8 +143,8 @@ 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
147146

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

149149
@Test def dotc_ast = compileDir(dotcDir, "ast")
150150
@Test def dotc_config = compileDir(dotcDir, "config")

0 commit comments

Comments
 (0)