summaryrefslogtreecommitdiff
path: root/test/pending/pos/treecheckers/c5.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/pos/treecheckers/c5.scala')
-rw-r--r--test/pending/pos/treecheckers/c5.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/pending/pos/treecheckers/c5.scala b/test/pending/pos/treecheckers/c5.scala
deleted file mode 100644
index 43cbb65d74..0000000000
--- a/test/pending/pos/treecheckers/c5.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-trait Factory[CC[X] <: Traversable[X]]
-
-object Test5 extends Factory[Traversable]