Skip to content

Commit ff2fabd

Browse files
committed
Don't sort sources in test
1 parent 788de39 commit ff2fabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/TestSources.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ object TestSources {
6868
try {
6969
val sources = files
7070
.filter(fileFilter)
71-
.sorted // make compilation order deterministic
71+
// .sorted // make compilation order deterministic (FIXME #5433)
7272
.iterator()
7373
.asScala
7474
.map(_.toString)

0 commit comments

Comments
 (0)