From a1087a475717d960cf354cf388a44ecb9c40c8e3 Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 23 Jul 2015 16:06:06 +0200 Subject: Compile dotty.*, not only dotty.tools. --- test/dotc/tests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dotc/tests.scala') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index 2baeeb49e..19027e99e 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -147,7 +147,7 @@ class tests extends CompilerTest { @Test def run_all = runFiles(runDir) - @Test def dotty = compileDir(dottyDir, "tools", "-deep" :: "-Ycheck-reentrant" :: allowDeepSubtypes ++ twice) // note the -deep argument + @Test def dotty = compileDir(dottyDir, ".", "-deep" :: "-Ycheck-reentrant" :: allowDeepSubtypes) // note the -deep argument @Test def dotc_ast = compileDir(dotcDir, "ast") -- cgit v1.2.3