aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-12-02 18:04:05 +0100
committerMartin Odersky <odersky@gmail.com>2013-12-02 18:04:05 +0100
commit14528228331bdb588278002208c46447e164870c (patch)
tree62e8ccdc7475c597af2f86628415ec29b90b4a2d /test/dotc/tests.scala
parentbddeaecb8f69032c5117e926ef67afc0deedd0dd (diff)
downloaddotty-14528228331bdb588278002208c46447e164870c.tar.gz
dotty-14528228331bdb588278002208c46447e164870c.tar.bz2
dotty-14528228331bdb588278002208c46447e164870c.zip
Fixes to type applications and unapply.
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 247acaf5a..acd57532f 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -22,7 +22,8 @@ class tests extends CompilerTest {
@Test def pos_selftypes() = compileFile(posDir, "selftypes")
@Test def pos_varargs() = compileFile(posDir, "varargs")
@Test def pos_opassign() = compileFile(posDir, "opassign")
+ @Test def pos_typedapply() = compileFile(posDir, "typedapply")
@Test def neg_blockescapes() = compileFile(negDir, "blockescapesNeg", xerrors = 2)
-
+ @Test def neg_typedapply() = compileFile(negDir, "typedapply", xerrors = 4)
} \ No newline at end of file