From 84cbb43bc3e4dc8399202763b371fda57ac3c072 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 6 Jan 2014 20:31:12 +0100 Subject: Remove debug output --- test/dotc/tests.scala | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index e612e269d..84765d02b 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -45,9 +45,7 @@ class tests extends CompilerTest { @Test def dotc = compileDir(dotcDir + "tools/dotc") @Test def dotc_ast = compileDir(dotcDir + "tools/dotc/ast") - @Test def dotc_settings = compileFile(dotcDir + "tools/dotc/config/", "Settings") - @Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand") - @Test def dotc_javaplatform = compileFile(dotcDir + "tools/dotc/config/", "JavaPlatform") - @Test def dotc_outputdirs = compileFile(dotcDir + "tools/dotc/config/", "OutputDirs") - @Test def dotc_pathresolver = compileFile(dotcDir + "tools/dotc/config/", "PathResolver") + @Test def dotc_config = compileDir(dotcDir + "tools/dotc/config") +// @Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand") + } \ No newline at end of file -- cgit v1.2.3