Commits

Dave Abrahams committed 93dfc16626b
[stdlib] More reliably avoid running duplicate tests 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.