summaryrefslogtreecommitdiff
path: root/test/files/jvm/manifests.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/manifests.check')
-rw-r--r--test/files/jvm/manifests.check2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/files/jvm/manifests.check b/test/files/jvm/manifests.check
index 69ab066b87..3b8ca5b5b1 100644
--- a/test/files/jvm/manifests.check
+++ b/test/files/jvm/manifests.check
@@ -23,8 +23,6 @@ x=(1,2), m=scala.Tuple2[Int, Int]
x=(abc,xyz), m=scala.Tuple2[java.lang.String, java.lang.String]
x=('abc,'xyz), m=scala.Tuple2[scala.Symbol, scala.Symbol]
-x=Test$, m=Test$
-x=scala.collection.immutable.List$, m=scala.collection.immutable.List$
x=Foo, m=Foo[Int]
x=Foo, m=Foo[scala.collection.immutable.List[Int]]