Skip to content

Commit 2a5e4bc

Browse files
committed
Remove bogus test
Tests failures were caused by previous incomplete implementation of classTag.
1 parent 46b7fc7 commit 2a5e4bc

File tree

2 files changed

+0
-39
lines changed

2 files changed

+0
-39
lines changed

test/dotc/tests.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ class tests extends CompilerTest {
175175
@Test def neg_selfInheritance = compileFile(negDir, "selfInheritance", xerrors = 6)
176176
@Test def neg_selfreq = compileFile(negDir, "selfreq", xerrors = 2)
177177
@Test def neg_singletons = compileFile(negDir, "singletons", xerrors = 8)
178-
@Test def neg_shadowedImplicits = compileFile(negDir, "arrayclone-new", xerrors = 2)
179178
@Test def neg_ski = compileFile(negDir, "ski", xerrors = 12)
180179
@Test def neg_traitParamsTyper = compileFile(negDir, "traitParamsTyper", xerrors = 5)
181180
@Test def neg_traitParamsMixin = compileFile(negDir, "traitParamsMixin", xerrors = 2)

tests/neg/arrayclone-new.scala

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)