aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-10-10 23:15:51 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2014-10-12 10:51:33 +0200
commit41211c597dec676b258a20010f8147fb87167664 (patch)
treedbf029110ccc120a9b229a63723a13a702c6224e /test/dotc/tests.scala
parentb371bae865ab61d984345df1cd1ddc776110a36b (diff)
downloaddotty-41211c597dec676b258a20010f8147fb87167664.tar.gz
dotty-41211c597dec676b258a20010f8147fb87167664.tar.bz2
dotty-41211c597dec676b258a20010f8147fb87167664.zip
Fix typing of _* patterns.
And bring back two tests for typing of patterns
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 2816224f1..707e04bab 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -31,6 +31,7 @@ class tests extends CompilerTest {
val dotcDir = "./src/dotty/"
+ @Test def pos_t2168_pat = compileFile(posDir, "t2168", doErase)
@Test def pos_erasure = compileFile(posDir, "erasure", doErase)
@Test def pos_Coder() = compileFile(posDir, "Coder", doErase)
@Test def pos_blockescapes() = compileFile(posDir, "blockescapes", doErase)