diff --git a/compiler/test/dotc/scala-collections.blacklist b/compiler/test/dotc/scala-collections.blacklist index d6972a645ed3..a5d6bd3690cd 100644 --- a/compiler/test/dotc/scala-collections.blacklist +++ b/compiler/test/dotc/scala-collections.blacklist @@ -1,10 +1,3 @@ -## 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 scala/collection/generic/ParSetFactory.scala diff --git a/compiler/test/dotty/tools/StdLibSources.scala b/compiler/test/dotty/tools/StdLibSources.scala index 2b8a9574b758..ccc4199ba27e 100644 --- a/compiler/test/dotty/tools/StdLibSources.scala +++ b/compiler/test/dotty/tools/StdLibSources.scala @@ -55,7 +55,7 @@ object StdLibSources { .map(_.takeWhile(_ != '#').trim) // allow comments in the end of line .filter(_.nonEmpty) .map(stdLibPath + _) - .toList + .toArray.sorted.toList }