Skip to content

Commit

Permalink
Merge pull request #1429 from kubukoz/patch-1
Browse files Browse the repository at this point in the history
Remove outdated comment
  • Loading branch information
Duhemm authored Dec 9, 2020
2 parents bbd1867 + 195cf6a commit b67aa6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/main/scala/bloop/engine/tasks/Tasks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ object Tasks {
)
}

// For now, test execution is only sequential.
val runAll: List[Task[Int]] => Task[List[Int]] =
if (runInParallel) {
Task.gather
Expand Down

0 comments on commit b67aa6a

Please sign in to comment.