aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-01-02 10:15:03 +0100
committerMartin Odersky <odersky@gmail.com>2014-01-02 10:15:09 +0100
commit2ecd2ddd85829faa2c724b00c8da11eb1eb8b04f (patch)
treefe075048f9949c34459f337fd12622ab5d333cd1 /test/dotc/tests.scala
parent72e1e896d369a3872c49c26544d53f6e04436217 (diff)
downloaddotty-2ecd2ddd85829faa2c724b00c8da11eb1eb8b04f.tar.gz
dotty-2ecd2ddd85829faa2c724b00c8da11eb1eb8b04f.tar.bz2
dotty-2ecd2ddd85829faa2c724b00c8da11eb1eb8b04f.zip
Making Desugar.scala dotty-conform.
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 3617c935b..6242adc65 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -44,5 +44,6 @@ class tests extends CompilerTest {
@Test def dotc_trees = compileFile(dotcDir + "tools/dotc/ast/", "Trees")
@Test def dotc_untpd = compileFile(dotcDir + "tools/dotc/ast/", "untpd")
@Test def dotc_tpd = compileFile(dotcDir + "tools/dotc/ast/", "tpd")
+ @Test def dotc_desugar = compileFile(dotcDir + "tools/dotc/ast/", "Desugar")
} \ No newline at end of file