aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDmitry Petrashko <dark@d-d.me>2016-03-02 10:16:05 +0100
committerDmitry Petrashko <dark@d-d.me>2016-03-02 10:16:05 +0100
commitae624660d3cc31e9956d7e537c7a5c7925afda68 (patch)
tree12e28b3db9125c3afbb03c6331326f6fab29ae13 /test
parent0ae3ef2010b90bf06d76a768b0f0c5aa56c1180a (diff)
parent1d2fe4823bc4c8a69351d49229556ac3a1532778 (diff)
downloaddotty-ae624660d3cc31e9956d7e537c7a5c7925afda68.tar.gz
dotty-ae624660d3cc31e9956d7e537c7a5c7925afda68.tar.bz2
dotty-ae624660d3cc31e9956d7e537c7a5c7925afda68.zip
Merge pull request #1111 from dotty-staging/fix-#1099
Special case pattern matching against abstract types with class tags
Diffstat (limited to 'test')
-rw-r--r--test/dotc/tests.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index f82337eac..0bb27ab14 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -178,7 +178,6 @@ class tests extends CompilerTest {
@Test def neg_selfInheritance = compileFile(negDir, "selfInheritance", xerrors = 6)
@Test def neg_selfreq = compileFile(negDir, "selfreq", xerrors = 2)
@Test def neg_singletons = compileFile(negDir, "singletons", xerrors = 8)
- @Test def neg_shadowedImplicits = compileFile(negDir, "arrayclone-new", xerrors = 2)
@Test def neg_ski = compileFile(negDir, "ski", xerrors = 12)
@Test def neg_traitParamsTyper = compileFile(negDir, "traitParamsTyper", xerrors = 5)
@Test def neg_traitParamsMixin = compileFile(negDir, "traitParamsMixin", xerrors = 2)