We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e67d4 commit 85ce94eCopy full SHA for 85ce94e
compiler/test/dotty/tools/TestSources.scala
@@ -12,7 +12,7 @@ object TestSources {
12
13
private def blacklistFile: String = "compiler/test/dotc/scala-collections.blacklist"
14
15
- def stdLibWhitelisted: List[String] = all.diff(stdLibBlacklisted)
+ def stdLibWhitelisted: List[String] = all.diff(stdLibBlacklisted).sorted
16
def stdLibBlacklisted: List[String] = loadList(blacklistFile).map(stdLibPath + _)
17
18
private def all: List[String] = {
0 commit comments