From a72ba85afe9950f573cbced60aa37154ae0040e2 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 23 Nov 2016 18:56:05 +0100 Subject: Compile dotty library when bootstrapping --- compiler/test/dotc/tests.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/test/dotc/tests.scala') diff --git a/compiler/test/dotc/tests.scala b/compiler/test/dotc/tests.scala index 7d3dbd8db..a485484c2 100644 --- a/compiler/test/dotc/tests.scala +++ b/compiler/test/dotc/tests.scala @@ -353,12 +353,12 @@ class tests extends CompilerTest { println(f) println(System.getProperty("java.class.path")) - val opt = List("-priorityclasspath", defaultOutputDir, "-Ylog-classpath") // first compile dotty compileDir(dottyDir, ".", List("-deep", "-Ycheck-reentrant", "-strict"))(allowDeepSubtypes) - + compileDir(libDir, "dotty", "-deep" :: opt) + compileDir(libDir, "scala", "-deep" :: opt) compileDir(dottyDir, "tools", opt) compileDir(toolsDir, "dotc", opt) compileDir(dotcDir, "ast", opt) -- cgit v1.2.3