aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-12-25 19:12:14 +0100
committerMartin Odersky <odersky@gmail.com>2013-12-25 19:12:14 +0100
commitb5741c2eec037ba42824308705bac4dcb6a8d0cd (patch)
treedfad6c6b4a3176563e01f36b7437f11ee3d186a5 /test
parentd85b6a22a654458e4f3b9754f77dc621b0fdbe66 (diff)
downloaddotty-b5741c2eec037ba42824308705bac4dcb6a8d0cd.tar.gz
dotty-b5741c2eec037ba42824308705bac4dcb6a8d0cd.tar.bz2
dotty-b5741c2eec037ba42824308705bac4dcb6a8d0cd.zip
New test
Diffstat (limited to 'test')
-rw-r--r--test/dotc/tests.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 5bb86f79f..3d144cd94 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -39,4 +39,7 @@ class tests extends CompilerTest {
@Test def neg_typers() = compileFile(negDir, "typers", xerrors = 10)
@Test def dotc = compileDir(dotcDir + "tools/dotc")
+ @Test def dotc_checktrees = compileFile(dotcDir + "tools/dotc/ast/", "CheckTrees")
+ @Test def dotc_trees = compileFile(dotcDir + "tools/dotc/ast/", "Trees")
+
} \ No newline at end of file