From 18ae13dcf4f5d40d528e2bcf43a19e84bf475084 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 10 Feb 2014 11:10:20 +0100 Subject: Make Definitions load all symbols in current runId. --- test/dotc/comptest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dotc') diff --git a/test/dotc/comptest.scala b/test/dotc/comptest.scala index 4065b8f13..8a28ddd46 100644 --- a/test/dotc/comptest.scala +++ b/test/dotc/comptest.scala @@ -9,5 +9,5 @@ object comptest extends CompilerTest { val dotcDir = "/Users/odersky/workspace/dotty/src/dotty/" def main(args: Array[String]) = - compileFile(posDir, "Coder", List("-Xprompt", "-Ylog:frontend", "#runs", "2")) + compileDir(dotcDir + "tools/dotc/reporting", List("-Xprompt", "-Ylog:frontend", "#runs", "2")) } \ No newline at end of file -- cgit v1.2.3