We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788de39 commit ff2fabdCopy full SHA for ff2fabd
compiler/test/dotty/tools/TestSources.scala
@@ -68,7 +68,7 @@ object TestSources {
68
try {
69
val sources = files
70
.filter(fileFilter)
71
- .sorted // make compilation order deterministic
+ // .sorted // make compilation order deterministic (FIXME #5433)
72
.iterator()
73
.asScala
74
.map(_.toString)
0 commit comments