From 14528228331bdb588278002208c46447e164870c Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 2 Dec 2013 18:04:05 +0100 Subject: Fixes to type applications and unapply. --- test/dotc/tests.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/dotc/tests.scala') 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 -- cgit v1.2.3