From cc54cc30a29fa19f1df01d21b80c3e579b225f03 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Wed, 10 Jan 2018 16:35:00 +0100 Subject: [PATCH] Fix #1818: Remove Function1 and Function2 from blacklist --- compiler/test/dotc/scala-collections.blacklist | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compiler/test/dotc/scala-collections.blacklist b/compiler/test/dotc/scala-collections.blacklist index 7b5e913ce69c..32bd434113a8 100644 --- a/compiler/test/dotc/scala-collections.blacklist +++ b/compiler/test/dotc/scala-collections.blacklist @@ -1,12 +1,6 @@ scala/runtime/ScalaRunTime.scala # Doesn't compile since we're not on 2.11 anymore -## Errors having to do with bootstrap - -scala/Function1.scala -scala/Function2.scala -# Cyclic reference because of @specialized annotation - ## Errors having to do with deep subtypes