[Lldb-commits] [PATCH] D73766: [RFC] Make substrs argument to self.expect ordered by default.
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 31 08:29:22 PST 2020
JDevlieghere added a comment.
In D73766#1851224 <https://reviews.llvm.org/D73766#1851224>, @teemperor wrote:
> FWIW I'm currently going over the failing tests and fixing them, so unless I find a test that actually needs unordered subsets I don't think having the parameter makes sense.
Yep, that was my reasoning as well, if everything can be converted without falling back to the old behavior there's no need to keep the parameter.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73766/new/
https://reviews.llvm.org/D73766
More information about the lldb-commits
mailing list