aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-02-18 14:03:35 +0100
committerMartin Odersky <odersky@gmail.com>2016-02-20 10:19:56 +0100
commitf6391c780ce7472352b60da9fdd7ec8d7496a0ea (patch)
treeee2d87dadae8e8113b7864ccb7c3f26618507f41 /test/dotc/tests.scala
parent07bf063000db98789a7b0227436284ec9e77e73e (diff)
downloaddotty-f6391c780ce7472352b60da9fdd7ec8d7496a0ea.tar.gz
dotty-f6391c780ce7472352b60da9fdd7ec8d7496a0ea.tar.bz2
dotty-f6391c780ce7472352b60da9fdd7ec8d7496a0ea.zip
Remove bogus test
Tests failures were caused by previous incomplete implementation of classTag.
Diffstat (limited to 'test/dotc/tests.scala')
-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 819526ce4..f60674ede 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)