aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-01-06 20:31:12 +0100
committerMartin Odersky <odersky@gmail.com>2014-01-06 20:32:11 +0100
commit84cbb43bc3e4dc8399202763b371fda57ac3c072 (patch)
tree796421ed7ff0854436fb5ac72f1fd320cc7fad6b /test/dotc/tests.scala
parentaff925e667a62af65bf0190c3318219d2218b3c1 (diff)
downloaddotty-84cbb43bc3e4dc8399202763b371fda57ac3c072.tar.gz
dotty-84cbb43bc3e4dc8399202763b371fda57ac3c072.tar.bz2
dotty-84cbb43bc3e4dc8399202763b371fda57ac3c072.zip
Remove debug output
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala8
1 files changed, 3 insertions, 5 deletions
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