mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
93dfc16626
Removing the “checksAdded” parameter from collection unit tests and simply sharing a global variable is a better way to go. We don't use threads at that level, so there's no thread safety issue, and we already committed to globals when we introduced the logging wrappers.